Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abort() - Method in class java.net.CacheRequest
Aborts the attempt to cache the response.
AbortPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Creates an AbortPolicy.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(int) - Static method in class java.lang.StrictMath
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.StrictMath
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
absCeiling(K) - Method in class java.util.TreeMap.NavigableSubMap
 
absFloor(K) - Method in class java.util.TreeMap.NavigableSubMap
 
absHigher(K) - Method in class java.util.TreeMap.NavigableSubMap
 
absHighest() - Method in class java.util.TreeMap.NavigableSubMap
 
absHighFence() - Method in class java.util.TreeMap.NavigableSubMap
Returns the absolute high fence for ascending traversal
absLower(K) - Method in class java.util.TreeMap.NavigableSubMap
 
absLowest() - Method in class java.util.TreeMap.NavigableSubMap
 
absLowFence() - Method in class java.util.TreeMap.NavigableSubMap
Return the absolute low fence for descending traversal
absolutePath() - Method in class java.util.prefs.AbstractPreferences
Implements the absolutePath method as per the specification in Preferences.absolutePath().
absolutePath() - Method in class java.util.prefs.Preferences
Returns this preference node's absolute path name.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
The int value representing the abstract modifier.
AbstractCollection<E> - Class in java.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractExecutorService - Class in java.util.concurrent
Provides default implementations of ExecutorService execution methods.
AbstractExecutorService() - Constructor for class java.util.concurrent.AbstractExecutorService
 
AbstractList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractMap<K,V> - Class in java.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry<K,V> - Class in java.util
An Entry maintaining a key and a value.
AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
An Entry maintaining an immutable key and value.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractOwnableSynchronizer - Class in java.util.concurrent.locks
A synchronizer that may be exclusively owned by a thread.
AbstractOwnableSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractOwnableSynchronizer
Empty constructor for use by subclasses.
AbstractPlainDatagramSocketImpl - Class in java.net
Abstract datagram and multicast socket implementation base class.
AbstractPlainDatagramSocketImpl() - Constructor for class java.net.AbstractPlainDatagramSocketImpl
 
AbstractPlainSocketImpl - Class in java.net
Default Socket Implementation.
AbstractPlainSocketImpl() - Constructor for class java.net.AbstractPlainSocketImpl
 
AbstractPreferences - Class in java.util.prefs
This class provides a skeletal implementation of the Preferences class, greatly easing the task of implementing it.
AbstractPreferences(AbstractPreferences, String) - Constructor for class java.util.prefs.AbstractPreferences
Creates a preference node with the specified parent and the specified name relative to its parent.
AbstractQueue<E> - Class in java.util
This class provides skeletal implementations of some Queue operations.
AbstractQueue() - Constructor for class java.util.AbstractQueue
Constructor for use by subclasses.
AbstractQueuedLongSynchronizer - Class in java.util.concurrent.locks
A version of AbstractQueuedSynchronizer in which synchronization state is maintained as a long.
AbstractQueuedLongSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Creates a new AbstractQueuedLongSynchronizer instance with initial synchronization state of zero.
AbstractQueuedLongSynchronizer.ConditionObject - Class in java.util.concurrent.locks
Condition implementation for a AbstractQueuedLongSynchronizer serving as the basis of a Lock implementation.
AbstractQueuedLongSynchronizer.Node - Class in java.util.concurrent.locks
Wait queue node class.
AbstractQueuedSynchronizer - Class in java.util.concurrent.locks
Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.
AbstractQueuedSynchronizer() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer
Creates a new AbstractQueuedSynchronizer instance with initial synchronization state of zero.
AbstractQueuedSynchronizer.ConditionObject - Class in java.util.concurrent.locks
Condition implementation for a AbstractQueuedSynchronizer serving as the basis of a Lock implementation.
AbstractQueuedSynchronizer.Node - Class in java.util.concurrent.locks
Wait queue node class.
AbstractSequentialList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet<E> - Class in java.util
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
AbstractStringBuilder - Class in java.lang
A mutable sequence of characters.
AbstractStringBuilder() - Constructor for class java.lang.AbstractStringBuilder
This no-arg constructor is necessary for serialization of subclasses.
AbstractStringBuilder(int) - Constructor for class java.lang.AbstractStringBuilder
Creates an AbstractStringBuilder of the specified capacity.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept(SocketImpl) - Method in class java.net.AbstractPlainSocketImpl
Accepts connections.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
accept - Static variable in class java.util.regex.Pattern
This must be the very first initializer.
ACCEPT_ALL - Static variable in interface java.net.CookiePolicy
One pre-defined policy which accepts all cookies.
ACCEPT_NONE - Static variable in interface java.net.CookiePolicy
One pre-defined policy which accepts no cookies.
ACCEPT_ORIGINAL_SERVER - Static variable in interface java.net.CookiePolicy
One pre-defined policy which only accepts cookies from original server.
acceptFrom(SocketImpl, InetSocketAddress) - Method in class java.net.SocksSocketImpl
Accepts a connection from a specific host.
acceptMode - Variable in class java.util.regex.Matcher
 
ACCESS_EXECUTE - Static variable in class java.io.FileSystem
 
ACCESS_MODIFIERS - Static variable in class java.lang.reflect.Modifier
ACCESS_READ - Static variable in class java.io.FileSystem
 
ACCESS_WRITE - Static variable in class java.io.FileSystem
 
accessCheckedHandlers() - Method in class java.util.logging.Logger
 
AccessibleObject - Class in java.lang.reflect
The AccessibleObject class is the base class for Field, Method and Constructor objects.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Constructor: only used by the Java Virtual Machine.
accessOrder - Variable in class java.util.LinkedHashMap
The iteration ordering method for this linked hash map: true for access-order, false for insertion-order.
accumulateAndGet(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the updated value.
accumulateAndGet(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the updated value.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
acquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive mode, ignoring interrupts.
acquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, ignoring interrupts.
acquire() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available, or the thread is interrupted.
acquire(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted.
acquireFD() - Method in class java.net.AbstractPlainSocketImpl
 
acquireInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireQueued(AbstractQueuedLongSynchronizer.Node, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive uninterruptible mode for thread already in queue.
acquireQueued(AbstractQueuedSynchronizer.Node, int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive uninterruptible mode for thread already in queue.
acquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireSharedInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in shared mode, aborting if interrupted.
acquireSharedInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, aborting if interrupted.
acquireUninterruptibly() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is available.
acquireUninterruptibly(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, blocking until all are available.
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachEntryTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachKeyTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachMappingTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedEntryTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedKeyTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedMappingTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedValueTask
 
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachValueTask
 
activeCount() - Static method in class java.lang.Thread
Returns an estimate of the number of active threads in the current thread's thread group and its subgroups.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group and its subgroups.
activeGroupCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group and its subgroups.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
add(String) - Static method in class java.io.DeleteOnExitHook
 
add(Permission) - Method in class java.io.FilePermissionCollection
Adds a permission to the FilePermissionCollection.
add(Thread) - Static method in class java.lang.ApplicationShutdownHooks
 
add(Method) - Method in class java.lang.Class.MethodArray
 
add(int, boolean, Runnable) - Static method in class java.lang.Shutdown
Add a new shutdown hook.
add(Thread) - Method in class java.lang.ThreadGroup
Adds the specified thread to this thread group.
add(URI, HttpCookie) - Method in interface java.net.CookieStore
Adds one HTTP cookie to the store.
add(Permission) - Method in class java.net.SocketPermissionCollection
Adds a permission to the SocketPermissions.
add(E) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in class java.util.AbstractList
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.AbstractQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(int, E) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
add(E) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(int, int) - Method in class java.util.Calendar
Adds or subtracts the specified amount of time to the given calendar field, based on the calendar's rules.
add(E) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in class java.util.Collections.AsLIFOQueue
 
add(E) - Method in class java.util.Collections.CheckedCollection
 
add(int, E) - Method in class java.util.Collections.CheckedList
 
add(E) - Method in class java.util.Collections.SynchronizedCollection
 
add(int, E) - Method in class java.util.Collections.SynchronizedList
 
add(E) - Method in class java.util.Collections.UnmodifiableCollection
 
add(int, E) - Method in class java.util.Collections.UnmodifiableList
 
add(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and throwing an IllegalStateException if this queue is full.
add(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Map.Entry<K, V>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
add(K) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(V) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
add(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
add(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
Not supported.
add(E) - Method in class java.util.concurrent.CopyOnWriteArraySet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
add(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
add(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
add(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
add(E) - Method in interface java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.
add(E) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(int, int) - Method in class java.util.JapaneseImperialCalendar
Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.
add(E) - Method in class java.util.JumboEnumSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(E) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Level) - Static method in class java.util.logging.Level.KnownLevel
 
add(E) - Method in class java.util.PriorityQueue
Inserts the specified element into this priority queue.
add(Permission) - Method in class java.util.PropertyPermissionCollection
Adds a permission to the PropertyPermissions.
add(E) - Method in interface java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Pattern.Node) - Method in class java.util.regex.Pattern.Branch
 
add(E) - Method in class java.util.RegularEnumSet
Adds the specified element to this set if it is not already present.
add(E) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(int, E) - Method in class java.util.SubList
 
add(TimerTask) - Method in class java.util.TaskQueue
Adds a new task to the priority queue.
add(E) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, E) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(E) - Method in class java.util.Vector.ListItr
 
addAll(Method[]) - Method in class java.lang.Class.MethodArray
 
addAll(Class.MethodArray) - Method in class java.lang.Class.MethodArray
 
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
Adds all of the elements in the specified collection to this queue.
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
Adds all of the specified elements to the specified collection.
addAll(Collection<? extends E>) - Method in class java.util.Collections.CheckedCollection
 
addAll(int, Collection<? extends E>) - Method in class java.util.Collections.CheckedList
 
addAll(Collection<? extends E>) - Method in class java.util.Collections.SynchronizedCollection
 
addAll(int, Collection<? extends E>) - Method in class java.util.Collections.SynchronizedList
 
addAll(Collection<? extends E>) - Method in class java.util.Collections.UnmodifiableCollection
 
addAll(int, Collection<? extends E>) - Method in class java.util.Collections.UnmodifiableList
 
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
addAll(Collection<? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling ConcurrentHashMap.KeySetView.add(K) on each one.
addAll(Collection<? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Appends all of the elements in the specified collection to the end of this queue, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll() - Method in class java.util.EnumSet
Adds all of the elements from the appropriate enum type to this enum set, which is empty prior to the call.
addAll() - Method in class java.util.JumboEnumSet
 
addAll(Collection<? extends E>) - Method in class java.util.JumboEnumSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll() - Method in class java.util.RegularEnumSet
 
addAll(Collection<? extends E>) - Method in class java.util.RegularEnumSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.SubList
 
addAll(int, Collection<? extends E>) - Method in class java.util.SubList
 
addAll(Collection<? extends E>) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
Inserts all of the elements in the specified Collection into this Vector at the specified position.
addAllAbsent(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends all of the elements in the specified collection that are not already contained in this list, to the end of this list, in the order that they are returned by the specified collection's iterator.
addAllForTreeSet(SortedSet<? extends K>, V) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.addAll
addAllIfNotPresent(Class.MethodArray) - Method in class java.lang.Class.MethodArray
 
addAndGet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
addAndGet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
addAndGet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
addAndGet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
addAndGet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
addAndGet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
addClass(Class<?>) - Method in class java.lang.ClassLoader
 
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addExact(int, int) - Static method in class java.lang.Math
Returns the sum of its arguments, throwing an exception if the result overflows an int.
addExact(long, long) - Static method in class java.lang.Math
Returns the sum of its arguments, throwing an exception if the result overflows a long.
addExact(int, int) - Static method in class java.lang.StrictMath
Returns the sum of its arguments, throwing an exception if the result overflows an int.
addExact(long, long) - Static method in class java.lang.StrictMath
Returns the sum of its arguments, throwing an exception if the result overflows a long.
addFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
addFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the beginning of this list.
addHandler(Handler) - Method in class java.util.logging.Logger
Add a log Handler to receive logging messages.
addIfAbsent(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends the element, if not present.
addIfNotPresent(Method) - Method in class java.lang.Class.MethodArray
 
addInterfaceMethods(Method[]) - Method in class java.lang.Class.MethodArray
 
addLast(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
addLast(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
addLast(E) - Method in interface java.util.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
addLocalLogger(Logger) - Method in class java.util.logging.LogManager.LoggerContext
 
addLocalLogger(Logger, boolean) - Method in class java.util.logging.LogManager.LoggerContext
 
addLogger(Logger) - Method in class java.util.logging.LogManager
Add a named logger.
addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
addNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
Registers the specified listener to receive node change events for this node.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
addPreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
Registers the specified listener to receive preference change events for this preference node.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
ADDR_TYPE_NOT_SUP - Static variable in interface java.net.SocksConsts
 
addRange(E, E) - Method in class java.util.EnumSet
Adds the specified range to this enum set, which is empty prior to the call.
addRange(E, E) - Method in class java.util.JumboEnumSet
 
addRange(E, E) - Method in class java.util.RegularEnumSet
 
addRequestProperty(String, String) - Method in class java.net.URLConnection
Adds a general request property specified by a key-value pair.
address - Variable in class java.net.DatagramPacket
 
address - Variable in class java.net.InetAddress.InetAddressHolder
Holds a 32-bit IPv4 address.
address() - Method in class java.net.Proxy
Returns the socket address of the proxy, or null if its a direct connection.
address - Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
address() - Method in class java.util.zip.ZStreamRef
 
addresses - Variable in class java.net.InetAddress.CacheEntry
 
addShutdownHook(Thread) - Method in class java.lang.Runtime
Registers a new virtual-machine shutdown hook.
addSuppressed(Throwable) - Method in class java.lang.Throwable
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
addTransformer(ClassFileTransformer, boolean) - Method in interface java.lang.instrument.Instrumentation
Registers the supplied transformer.
addTransformer(ClassFileTransformer) - Method in interface java.lang.instrument.Instrumentation
Registers the supplied transformer.
addUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Adds a unicode locale attribute, if not already present, otherwise has no effect.
addUnstarted() - Method in class java.lang.ThreadGroup
Increments the count of unstarted threads in the thread group.
addURL(URL) - Method in class java.net.URLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
Adler32 - Class in java.util.zip
A class that can be used to compute the Adler-32 checksum of a data stream.
Adler32() - Constructor for class java.util.zip.Adler32
Creates a new Adler32 object.
advance() - Method in class java.util.concurrent.ConcurrentHashMap.BulkTask
Same as Traverser version
advance() - Method in class java.util.concurrent.ConcurrentHashMap.Traverser
Advances if possible, returning next valid node, or null if none.
advance() - Method in class java.util.concurrent.ConcurrentSkipListMap.Iter
Advances next to higher entry.
advance() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
advanceHead(SynchronousQueue.TransferQueue.QNode, SynchronousQueue.TransferQueue.QNode) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue
Tries to cas nh as new head; if successful, unlink old head's next node to avoid garbage retention.
advanceTail(SynchronousQueue.TransferQueue.QNode, SynchronousQueue.TransferQueue.QNode) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue
Tries to cas nt as new tail.
AEGEAN_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Aegean Numbers" Unicode character block.
after(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time after the time represented by the specified Object.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
after - Variable in class java.util.LinkedHashMap.Entry
 
AFTER_I - Static variable in class java.lang.ConditionalSpecialCasing
 
AFTER_SOFT_DOTTED - Static variable in class java.lang.ConditionalSpecialCasing
 
afterExecute(Runnable, Throwable) - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked upon completion of execution of the given Runnable.
afterNodeAccess(HashMap.Node<K, V>) - Method in class java.util.HashMap
 
afterNodeAccess(HashMap.Node<K, V>) - Method in class java.util.LinkedHashMap
 
afterNodeInsertion(boolean) - Method in class java.util.HashMap
 
afterNodeInsertion(boolean) - Method in class java.util.LinkedHashMap
 
afterNodeRemoval(HashMap.Node<K, V>) - Method in class java.util.HashMap
 
afterNodeRemoval(HashMap.Node<K, V>) - Method in class java.util.LinkedHashMap
 
ALCHEMICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Alchemical Symbols" Unicode character block.
ALL - Static variable in class java.util.logging.Level
ALL indicates that all messages should be logged.
All() - Constructor for class java.util.regex.Pattern.All
 
ALL_FIELDS - Static variable in class java.util.Calendar
The mask value that represents all of the fields.
ALL_STYLES - Static variable in class java.util.Calendar
A style specifier for getDisplayNames indicating names in all styles, such as "January" and "Jan".
allOf(Class<E>) - Static method in class java.util.EnumSet
Creates an enum set containing all of the elements in the specified element type.
ALLOW_UNASSIGNED - Static variable in class java.net.IDN
Flag to allow processing of unassigned code points
allowCoreThreadTimeOut(boolean) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive.
allowsCoreThreadTimeOut() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive.
allowThreadSuspension(boolean) - Method in class java.lang.ThreadGroup
Deprecated.
The definition of this call depends on ThreadGroup.suspend(), which is deprecated. Further, the behavior of this call was never specified.
allowUserInteraction - Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
ALNUM - Static variable in class java.util.regex.ASCII
 
ALPHA - Static variable in class java.util.regex.ASCII
 
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Alphabetic Presentation Forms" Unicode character block.
altBase64ToByteArray(String) - Static method in class java.util.prefs.Base64
Translates the specified "alternate representation" Base64 string into a byte array.
ALTERNATE - Static variable in class java.util.FormattableFlags
Requires the output to use an alternate form.
AM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_MASK - Static variable in class java.util.Calendar
 
anchoringBounds - Variable in class java.util.regex.Matcher
If anchoringBounds is true then the boundaries of this matcher's region match anchors such as ^ and
$.
ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ancient Greek Musical Notation" Unicode character block.
ANCIENT_GREEK_NUMBERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ancient Greek Numbers" Unicode character block.
ANCIENT_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ancient Symbols" Unicode character block.
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
annotateClass(Class<?>) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
AnnotatedElement - Interface in java.lang.reflect
Represents an annotated element of the program currently running in this VM.
annotateProxyClass(Class<?>) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to store custom data in the stream along with descriptors for dynamic proxy classes.
Annotation - Interface in java.lang.annotation
The common interface extended by all annotation types.
ANNOTATION - Static variable in class java.lang.reflect.Modifier
 
AnnotationFormatError - Error in java.lang.annotation
Thrown when the annotation parser attempts to read an annotation from a class file and determines that the annotation is malformed.
AnnotationFormatError(String) - Constructor for error java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError with the specified detail message.
AnnotationFormatError(String, Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError with the specified detail message and cause.
AnnotationFormatError(Throwable) - Constructor for error java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError with the specified cause and a detail message of (cause
== null ? null : cause.toString()) (which typically contains the class and detail message of cause).
annotationType() - Method in interface java.lang.annotation.Annotation
Returns the annotation type of this annotation.
annotationType() - Method in exception java.lang.annotation.IncompleteAnnotationException
Returns the Class object for the annotation type with the missing element.
AnnotationTypeMismatchException - Exception in java.lang.annotation
Thrown to indicate that a program has attempted to access an element of an annotation whose type has changed after the annotation was compiled (or serialized).
AnnotationTypeMismatchException(Method, String) - Constructor for exception java.lang.annotation.AnnotationTypeMismatchException
Constructs an AnnotationTypeMismatchException for the specified annotation type element and found data type.
anyLocalAddress() - Method in class java.net.Inet4AddressImpl
 
anyLocalAddress() - Method in class java.net.Inet6AddressImpl
 
anyLocalAddress() - Static method in class java.net.InetAddress
 
anyLocalAddress() - Method in interface java.net.InetAddressImpl
 
apparentlyFirstQueuedIsExclusive() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns true if the apparent first queued thread, if one exists, is waiting in exclusive mode.
apparentlyFirstQueuedIsExclusive() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns true if the apparent first queued thread, if one exists, is waiting in exclusive mode.
append(CharSequence) - Method in class java.io.CharArrayWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.CharArrayWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.CharArrayWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.PrintStream
Appends the specified character sequence to this output stream.
append(CharSequence, int, int) - Method in class java.io.PrintStream
Appends a subsequence of the specified character sequence to this output stream.
append(char) - Method in class java.io.PrintStream
Appends the specified character to this output stream.
append(CharSequence) - Method in class java.io.PrintWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.PrintWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.PrintWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.StringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.StringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.StringWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.Writer
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.Writer
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.Writer
Appends the specified character to this writer.
append(Object) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.AbstractStringBuilder
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.AbstractStringBuilder
 
append(AbstractStringBuilder) - Method in class java.lang.AbstractStringBuilder
 
append(CharSequence) - Method in class java.lang.AbstractStringBuilder
 
append(CharSequence, int, int) - Method in class java.lang.AbstractStringBuilder
Appends a subsequence of the specified CharSequence to this sequence.
append(char[]) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of a subarray of the char array argument to this sequence.
append(boolean) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the char argument to this sequence.
append(int) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the long argument to this sequence.
append(float) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the float argument to this sequence.
append(double) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the double argument to this sequence.
append(CharSequence) - Method in interface java.lang.Appendable
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in interface java.lang.Appendable
Appends a subsequence of the specified character sequence to this Appendable.
append(char) - Method in interface java.lang.Appendable
Appends the specified character to this Appendable.
append() - Method in class java.lang.ProcessBuilder.Redirect
When redirected to a destination file, indicates if the output is to be written to the end of the file.
append(Object) - Method in class java.lang.StringBuffer
 
append(String) - Method in class java.lang.StringBuffer
 
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this sequence.
append(AbstractStringBuilder) - Method in class java.lang.StringBuffer
 
append(CharSequence) - Method in class java.lang.StringBuffer
Appends the specified CharSequence to this sequence.
append(CharSequence, int, int) - Method in class java.lang.StringBuffer
 
append(char[]) - Method in class java.lang.StringBuffer
 
append(char[], int, int) - Method in class java.lang.StringBuffer
 
append(boolean) - Method in class java.lang.StringBuffer
 
append(char) - Method in class java.lang.StringBuffer
 
append(int) - Method in class java.lang.StringBuffer
 
append(long) - Method in class java.lang.StringBuffer
 
append(float) - Method in class java.lang.StringBuffer
 
append(double) - Method in class java.lang.StringBuffer
 
append(Object) - Method in class java.lang.StringBuilder
 
append(String) - Method in class java.lang.StringBuilder
 
append(StringBuffer) - Method in class java.lang.StringBuilder
Appends the specified StringBuffer to this sequence.
append(CharSequence) - Method in class java.lang.StringBuilder
 
append(CharSequence, int, int) - Method in class java.lang.StringBuilder
 
append(char[]) - Method in class java.lang.StringBuilder
 
append(char[], int, int) - Method in class java.lang.StringBuilder
 
append(boolean) - Method in class java.lang.StringBuilder
 
append(char) - Method in class java.lang.StringBuilder
 
append(int) - Method in class java.lang.StringBuilder
 
append(long) - Method in class java.lang.StringBuilder
 
append(float) - Method in class java.lang.StringBuilder
 
append(double) - Method in class java.lang.StringBuilder
 
Appendable - Interface in java.lang
An object to which char sequences and values can be appended.
appendCodePoint(int) - Method in class java.lang.AbstractStringBuilder
Appends the string representation of the codePoint argument to this sequence.
appendCodePoint(int) - Method in class java.lang.StringBuffer
 
appendCodePoint(int) - Method in class java.lang.StringBuilder
 
appendMarker(ConcurrentSkipListMap.Node<K, V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
Tries to append a deletion marker to this node.
appendReplacement(StringBuffer, String) - Method in class java.util.regex.Matcher
Implements a non-terminal append-and-replace step.
appendTail(StringBuffer) - Method in class java.util.regex.Matcher
Implements a terminal append-and-replace step.
appendTo(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to append to the specified file.
appendToBootstrapClassLoaderSearch(JarFile) - Method in interface java.lang.instrument.Instrumentation
Specifies a JAR file with instrumentation classes to be defined by the bootstrap class loader.
appendToSystemClassLoaderSearch(JarFile) - Method in interface java.lang.instrument.Instrumentation
Specifies a JAR file with instrumentation classes to be defined by the system class loader.
ApplicationShutdownHooks - Class in java.lang
 
APRIL - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fourth month of the year in the Gregorian and Julian calendars.
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic" Unicode character block.
ARABIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Extended-A" Unicode character block.
ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Mathematical Alphabetic Symbols" Unicode character block.
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Presentation Forms-A" Unicode character block.
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Presentation Forms-B" Unicode character block.
ARABIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arabic Supplement" Unicode character block.
areAllFieldsSet - Variable in class java.util.Calendar
True if all fields have been set.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Armenian" Unicode character block.
Array - Class in java.lang.reflect
The Array class provides static methods to dynamically create and access Java arrays.
array - Variable in class java.util.concurrent.PriorityBlockingQueue.Itr
 
array - Variable in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
ArrayBlockingQueue<E> - Class in java.util.concurrent
A bounded blocking queue backed by an array.
ArrayBlockingQueue(int) - Constructor for class java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and default access policy.
ArrayBlockingQueue(int, boolean) - Constructor for class java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity and the specified access policy.
ArrayBlockingQueue(int, boolean, Collection<? extends E>) - Constructor for class java.util.concurrent.ArrayBlockingQueue
Creates an ArrayBlockingQueue with the given (fixed) capacity, the specified access policy and initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ArrayBlockingQueue.Itrs - Class in java.util.concurrent
Shared data between iterators and their queue, allowing queue modifications to update iterators when elements are removed.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayDeque<E> - Class in java.util
Resizable-array implementation of the Deque interface.
ArrayDeque() - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
ArrayDeque(int) - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayDeque.DeqSpliterator<E> - Class in java.util
 
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList<E> - Class in java.util
Resizable-array implementation of the List interface.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList.ArrayListSpliterator<E> - Class in java.util
Index-based split-by-two, lazily initialized Spliterator
ArrayListSpliterator(ArrayList<E>, int, int, int) - Constructor for class java.util.ArrayList.ArrayListSpliterator
Create new spliterator covering the given range
Arrays - Class in java.util
This class contains various methods for manipulating arrays (such as sorting and searching).
Arrays.LegacyMergeSort - Class in java.util
Old merge sort implementation can be selected (for compatibility with broken comparators) using a system property.
Arrays.NaturalOrder - Class in java.util
A comparator that implements the natural ordering of a group of mutually comparable elements.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Arrows" Unicode character block.
AscendingEntrySetView() - Constructor for class java.util.TreeMap.AscendingSubMap.AscendingEntrySetView
 
AscendingSubMap(TreeMap<K, V>, boolean, K, boolean, boolean, K, boolean) - Constructor for class java.util.TreeMap.AscendingSubMap
 
ASCII - Class in java.util.regex
Utility class that implements the standard C ctype functionality.
ASCII() - Constructor for class java.util.regex.ASCII
 
ASCII - Static variable in class java.util.regex.ASCII
 
asin(double) - Static method in class java.lang.Math
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asin(double) - Static method in class java.lang.StrictMath
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asLifoQueue(Deque<T>) - Static method in class java.util.Collections
Returns a view of a Deque as a Last-in-first-out (Lifo) Queue.
AsLIFOQueue(Deque<E>) - Constructor for class java.util.Collections.AsLIFOQueue
 
asList(T...) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
asPredicate() - Method in class java.util.regex.Pattern
Creates a predicate which can be used to match a string.
AssertionError - Error in java.lang
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for error java.lang.AssertionError
Constructs an AssertionError with no detail message.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(char) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(int) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(long) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(float) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(double) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
Constructs a new AssertionError with the specified detail message and cause.
assertionLock - Variable in class java.lang.ClassLoader
 
AssertionStatusDirectives - Class in java.lang
A collection of assertion status directives (such as "enable assertions in package p" or "disable assertions in class c").
AssertionStatusDirectives() - Constructor for class java.lang.AssertionStatusDirectives
 
assign(HttpCookie, String, String) - Method in interface java.net.HttpCookie.CookieAttributeAssignor
 
assignors - Static variable in class java.net.HttpCookie
 
asSubclass(Class<U>) - Method in class java.lang.Class
Casts this Class object to represent a subclass of the class represented by the specified class object.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan(double) - Static method in class java.lang.StrictMath
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
atan2(double, double) - Static method in class java.lang.StrictMath
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
atime - Variable in class java.util.zip.ZipEntry
 
atom - Variable in class java.util.regex.Pattern.Curly
 
atom - Variable in class java.util.regex.Pattern.First
 
atom - Variable in class java.util.regex.Pattern.GroupCurly
 
atom - Variable in class java.util.regex.Pattern.Ques
 
AtomicBoolean - Class in java.util.concurrent.atomic
A boolean value that may be updated atomically.
AtomicBoolean(boolean) - Constructor for class java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with the given initial value.
AtomicBoolean() - Constructor for class java.util.concurrent.atomic.AtomicBoolean
Creates a new AtomicBoolean with initial value false.
AtomicInteger - Class in java.util.concurrent.atomic
An int value that may be updated atomically.
AtomicInteger(int) - Constructor for class java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with the given initial value.
AtomicInteger() - Constructor for class java.util.concurrent.atomic.AtomicInteger
Creates a new AtomicInteger with initial value 0.
AtomicIntegerArray - Class in java.util.concurrent.atomic
An int array in which elements may be updated atomically.
AtomicIntegerArray(int) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray of the given length, with all elements initially zero.
AtomicIntegerArray(int[]) - Constructor for class java.util.concurrent.atomic.AtomicIntegerArray
Creates a new AtomicIntegerArray with the same length as, and all elements copied from, the given array.
AtomicIntegerFieldUpdater<T> - Class in java.util.concurrent.atomic
A reflection-based utility that enables atomic updates to designated volatile int fields of designated classes.
AtomicIntegerFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Protected do-nothing constructor for use by subclasses.
AtomicLong - Class in java.util.concurrent.atomic
A long value that may be updated atomically.
AtomicLong(long) - Constructor for class java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with the given initial value.
AtomicLong() - Constructor for class java.util.concurrent.atomic.AtomicLong
Creates a new AtomicLong with initial value 0.
AtomicLongArray - Class in java.util.concurrent.atomic
A long array in which elements may be updated atomically.
AtomicLongArray(int) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray of the given length, with all elements initially zero.
AtomicLongArray(long[]) - Constructor for class java.util.concurrent.atomic.AtomicLongArray
Creates a new AtomicLongArray with the same length as, and all elements copied from, the given array.
AtomicLongFieldUpdater<T> - Class in java.util.concurrent.atomic
A reflection-based utility that enables atomic updates to designated volatile long fields of designated classes.
AtomicLongFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicLongFieldUpdater
Protected do-nothing constructor for use by subclasses.
AtomicMarkableReference<V> - Class in java.util.concurrent.atomic
An AtomicMarkableReference maintains an object reference along with a mark bit, that can be updated atomically.
AtomicMarkableReference(V, boolean) - Constructor for class java.util.concurrent.atomic.AtomicMarkableReference
Creates a new AtomicMarkableReference with the given initial values.
AtomicReference<V> - Class in java.util.concurrent.atomic
An object reference that may be updated atomically.
AtomicReference(V) - Constructor for class java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with the given initial value.
AtomicReference() - Constructor for class java.util.concurrent.atomic.AtomicReference
Creates a new AtomicReference with null initial value.
AtomicReferenceArray<E> - Class in java.util.concurrent.atomic
An array of object references in which elements may be updated atomically.
AtomicReferenceArray(int) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray of the given length, with all elements initially null.
AtomicReferenceArray(E[]) - Constructor for class java.util.concurrent.atomic.AtomicReferenceArray
Creates a new AtomicReferenceArray with the same length as, and all elements copied from, the given array.
AtomicReferenceFieldUpdater<T,V> - Class in java.util.concurrent.atomic
A reflection-based utility that enables atomic updates to designated volatile reference fields of designated classes.
AtomicReferenceFieldUpdater() - Constructor for class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Protected do-nothing constructor for use by subclasses.
AtomicStampedReference<V> - Class in java.util.concurrent.atomic
An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically.
AtomicStampedReference(V, int) - Constructor for class java.util.concurrent.atomic.AtomicStampedReference
Creates a new AtomicStampedReference with the given initial values.
atoms - Variable in class java.util.regex.Pattern.Branch
 
attemptMark(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of the mark to the given update value if the current reference is == to the expected reference.
attemptStamp(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of the stamp to the given update value if the current reference is == to the expected reference.
AUGUST - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eighth month of the year in the Gregorian and Julian calendars.
Authenticator - Class in java.net
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class java.net.Authenticator
 
Authenticator.RequestorType - Enum in java.net
The type of the entity requesting authentication.
available() - Method in class java.io.BufferedInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class java.io.FileInputStream
Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.FilterInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.InputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.LineNumberInputStream
Deprecated.
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PushbackInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class java.io.SequenceInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input stream without blocking by the next invocation of a method for the current underlying input stream.
available() - Method in class java.io.StringBufferInputStream
Deprecated.
Returns the number of bytes that can be read from the input stream without blocking.
available() - Method in class java.lang.ProcessBuilder.NullInputStream
 
available() - Method in class java.net.AbstractPlainSocketImpl
Returns the number of bytes that can be read without blocking.
available() - Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available() - Method in class java.net.SocketInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.util.zip.DeflaterInputStream
Returns 0 after EOF has been reached, otherwise always return 1.
available() - Method in class java.util.zip.InflaterInputStream
Returns 0 after EOF has been reached, otherwise always return 1.
available() - Method in class java.util.zip.ZipInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
availablePermits() - Method in class java.util.concurrent.Semaphore
Returns the current number of permits available in this semaphore.
availableProcessors() - Method in class java.lang.Runtime
Returns the number of processors available to the Java virtual machine.
AVESTAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Avestan" Unicode character block.
await() - Method in class java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted.
await(long, TimeUnit) - Method in class java.util.concurrent.CountDownLatch
Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses.
await() - Method in class java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier.
await(long, TimeUnit) - Method in class java.util.concurrent.CyclicBarrier
Waits until all parties have invoked await on this barrier, or the specified waiting time elapses.
await() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements interruptible condition wait.
await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements timed condition wait.
await() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements interruptible condition wait.
await(long, TimeUnit) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements timed condition wait.
await() - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted.
await(long, TimeUnit) - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitFulfill(SynchronousQueue.TransferQueue.QNode, E, boolean, long) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue
Spins/blocks until node s is fulfilled.
awaitFulfill(SynchronousQueue.TransferStack.SNode, boolean, long) - Method in class java.util.concurrent.SynchronousQueue.TransferStack
Spins/blocks until node s is matched by a fulfill operation.
awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements timed condition wait.
awaitNanos(long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements timed condition wait.
awaitNanos(long) - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
awaitTermination(long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
awaitTermination(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
 
awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements uninterruptible condition wait.
awaitUninterruptibly() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements uninterruptible condition wait.
awaitUninterruptibly() - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled.
awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Implements absolute timed condition wait.
awaitUntil(Date) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Implements absolute timed condition wait.
awaitUntil(Date) - Method in interface java.util.concurrent.locks.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses.

B

BA_DIRECTORY - Static variable in class java.io.FileSystem
 
BA_EXISTS - Static variable in class java.io.FileSystem
 
BA_HIDDEN - Static variable in class java.io.FileSystem
 
BA_REGULAR - Static variable in class java.io.FileSystem
 
BackingStoreException - Exception in java.util.prefs
Thrown to indicate that a preferences operation could not complete because of a failure in the backing store,
or a failure to contact the backing store.
BackingStoreException(String) - Constructor for exception java.util.prefs.BackingStoreException
Constructs a BackingStoreException with the specified detail message.
BackingStoreException(Throwable) - Constructor for exception java.util.prefs.BackingStoreException
Constructs a BackingStoreException with the specified cause.
BackRef(int) - Constructor for class java.util.regex.Pattern.BackRef
 
BadBound - Static variable in class java.util.Random
 
BadRange - Static variable in class java.util.Random
 
BadSize - Static variable in class java.util.Random
 
balanceDeletion(ConcurrentHashMap.TreeNode<K, V>, ConcurrentHashMap.TreeNode<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
balanceDeletion(HashMap.TreeNode<K, V>, HashMap.TreeNode<K, V>) - Static method in class java.util.HashMap.TreeNode
 
balanceInsertion(ConcurrentHashMap.TreeNode<K, V>, ConcurrentHashMap.TreeNode<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
balanceInsertion(HashMap.TreeNode<K, V>, HashMap.TreeNode<K, V>) - Static method in class java.util.HashMap.TreeNode
 
BALINESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Balinese" Unicode character block.
BAMUM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bamum" Unicode character block.
BAMUM_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bamum Supplement" Unicode character block.
Base64 - Class in java.util.prefs
Static methods for translating Base64 encoded strings to byte arrays and vice-versa.
Base64() - Constructor for class java.util.prefs.Base64
 
base64ToByteArray(String) - Static method in class java.util.prefs.Base64
Translates the specified Base64 string (as per Preferences.get(byte[])) into a byte array.
baseIndex - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
baseIndex - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
BaseIterator(ConcurrentHashMap.Node<K, V>[], int, int, int, ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.BaseIterator
 
baseLimit - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
baseLimit - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
baseSize - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
baseSize - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
First wire handle to be assigned.
BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Basic Latin" Unicode character block.
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
basis - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
BATAK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Batak" Unicode character block.
batch - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
batch - Variable in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
batch - Variable in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
batch - Variable in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
batch - Variable in class java.util.LinkedList.LLSpliterator
 
BATCH_UNIT - Static variable in class java.util.LinkedList.LLSpliterator
 
batchFor(long) - Method in class java.util.concurrent.ConcurrentHashMap
Computes initial batch value for bulk tasks.
BC - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE.
BCE - Static variable in class java.util.GregorianCalendar
Value of the Calendar.ERA field indicating the period before the common era, the same value as GregorianCalendar.BC.
before(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time before the time represented by the specified Object.
before(Date) - Method in class java.util.Date
Tests if this date is before the specified date.
before - Variable in class java.util.LinkedHashMap.Entry
 
BEFORE_MEIJI - Static variable in class java.util.JapaneseImperialCalendar
The ERA constant designating the era before Meiji.
beforeExecute(Thread, Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked prior to executing the given Runnable in the given thread.
Begin() - Constructor for class java.util.regex.Pattern.Begin
 
beginIndex - Variable in class java.util.regex.Pattern.Loop
 
Behind(Pattern.Node, int, int) - Constructor for class java.util.regex.Pattern.Behind
 
BehindS(Pattern.Node, int, int) - Constructor for class java.util.regex.Pattern.BehindS
 
BENGALI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bengali" Unicode character block.
BEST_COMPRESSION - Static variable in class java.util.zip.Deflater
Compression level for best compression.
BEST_SPEED - Static variable in class java.util.zip.Deflater
Compression level for fastest compression.
binarySearch(long[], long) - Static method in class java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(long[], int, int, long) - Static method in class java.util.Arrays
Searches a range of the specified array of longs for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int) - Static method in class java.util.Arrays
Searches a range of the specified array of ints for the specified value using the binary search algorithm.
binarySearch(short[], short) - Static method in class java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(short[], int, int, short) - Static method in class java.util.Arrays
Searches a range of the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char) - Static method in class java.util.Arrays
Searches a range of the specified array of chars for the specified value using the binary search algorithm.
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(byte[], int, int, byte) - Static method in class java.util.Arrays
Searches a range of the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(double[], int, int, double) - Static method in class java.util.Arrays
Searches a range of the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(float[], int, int, float) - Static method in class java.util.Arrays
Searches a range of the specified array of floats for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], int, int, Object) - Static method in class java.util.Arrays
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(T[], T, Comparator<? super T>) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(T[], int, int, T, Comparator<? super T>) - Static method in class java.util.Arrays
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(List<? extends Comparable<? super T>>, T) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
bind(int, InetAddress) - Method in class java.net.AbstractPlainDatagramSocketImpl
Binds a datagram socket to a local port.
bind(InetAddress, int) - Method in class java.net.AbstractPlainSocketImpl
Binds the socket to the specified address of the specified local port.
bind(SocketAddress) - Method in class java.net.DatagramSocket
Binds this DatagramSocket to a specific address and port.
bind(int, InetAddress) - Method in class java.net.DatagramSocketImpl
Binds a datagram socket to a local port and address.
bind(SocketAddress) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress, int) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress) - Method in class java.net.Socket
Binds the socket to a local address.
bind(InetAddress, int) - Method in class java.net.SocketImpl
Binds this socket to the specified local IP address and port number.
BIND - Static variable in interface java.net.SocksConsts
 
bind0(int, InetAddress) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
BindException - Exception in java.net
Signals that an error occurred while attempting to bind a socket to a local address and port.
BindException(String) - Constructor for exception java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
BindException() - Constructor for exception java.net.BindException
Construct a new BindException with no detailed message.
bitCount(int) - Static method in class java.lang.Integer
Returns the number of one-bits in the two's complement binary representation of the specified int value.
bitCount(long) - Static method in class java.lang.Long
Returns the number of one-bits in the two's complement binary representation of the specified long value.
Bits - Class in java.io
Utility methods for packing/unpacking primitive values in/out of byte arrays using big-endian byte ordering.
Bits() - Constructor for class java.io.Bits
 
BitSet - Class in java.util
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class java.util.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
BLANK - Static variable in class java.util.regex.ASCII
 
Block(Character.UnicodeBlock) - Constructor for class java.util.regex.Pattern.Block
 
block - Variable in class java.util.regex.Pattern.Block
 
BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Block Elements" Unicode character block.
blockedOn(Interruptible) - Method in class java.lang.Thread
 
BlockingDeque<E> - Interface in java.util.concurrent
A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
BlockingQueue<E> - Interface in java.util.concurrent
A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element.
BnM(int[], int[], int[], Pattern.Node) - Constructor for class java.util.regex.Pattern.BnM
 
BnMS(int[], int[], int[], Pattern.Node) - Constructor for class java.util.regex.Pattern.BnMS
 
body - Variable in class java.util.regex.Pattern.Loop
 
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bopomofo" Unicode character block.
BOPOMOFO_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Bopomofo Extended" Unicode character block.
BOTH - Static variable in class java.util.regex.Pattern.Bound
 
bound - Variable in class java.util.concurrent.Exchanger.Node
 
bound - Variable in class java.util.Random.RandomDoublesSpliterator
 
bound - Variable in class java.util.Random.RandomIntsSpliterator
 
bound - Variable in class java.util.Random.RandomLongsSpliterator
 
Bound(int, boolean) - Constructor for class java.util.regex.Pattern.Bound
 
BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Box Drawing" Unicode character block.
BRAHMI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Brahmi" Unicode character block.
BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Braille Patterns" Unicode character block.
Branch(Pattern.Node, Pattern.Node, Pattern.Node) - Constructor for class java.util.regex.Pattern.Branch
 
BranchConn() - Constructor for class java.util.regex.Pattern.BranchConn
 
BRIDGE - Static variable in class java.lang.reflect.Modifier
 
BrokenBarrierException - Exception in java.util.concurrent
Exception thrown when a thread tries to wait upon a barrier that is in a broken state, or which enters the broken state while the thread is waiting.
BrokenBarrierException() - Constructor for exception java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with no specified detail message.
BrokenBarrierException(String) - Constructor for exception java.util.concurrent.BrokenBarrierException
Constructs a BrokenBarrierException with the specified detail message.
buf - Variable in class java.io.BufferedInputStream
The internal buffer array where the data is stored.
buf - Variable in class java.io.BufferedOutputStream
The internal buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.CharArrayReader
The character buffer.
buf - Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf - Variable in class java.io.PushbackInputStream
The pushback buffer.
buf - Variable in class java.net.DatagramPacket
 
buf - Variable in class java.util.zip.DeflaterInputStream
Input buffer for reading compressed data.
buf - Variable in class java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf - Variable in class java.util.zip.InflaterInputStream
Input buffer for decompression.
buf - Variable in class java.util.zip.InflaterOutputStream
Output buffer for writing uncompressed data.
buffer - Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer - Variable in class java.io.PipedReader
The circular buffer into which incoming data is placed.
buffer - Variable in class java.io.StringBufferInputStream
Deprecated.
The string from which bytes are read.
buffer - Variable in class java.util.regex.Pattern.BnM
 
buffer - Variable in class java.util.regex.Pattern
Temporary storage used by parsing pattern slice.
buffer - Variable in class java.util.regex.Pattern.SliceNode
 
BufferedInputStream - Class in java.io
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedOutputStream - Class in java.io
The class implements a buffered output stream.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader - Class in java.io
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
BufferedWriter - Class in java.io
Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
Creates a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
Creates a new buffered character-output stream that uses an output buffer of the given size.
bufLength - Variable in class java.net.DatagramPacket
 
BUGINESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Buginese" Unicode character block.
BUHID - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Buhid" Unicode character block.
build() - Method in class java.util.Calendar.Builder
Returns a Calendar built from the parameters set by the setter methods.
build() - Method in class java.util.Locale.Builder
Returns an instance of Locale created from the fields set on this builder.
Builder() - Constructor for class java.util.Calendar.Builder
Constructs a Calendar.Builder.
Builder() - Constructor for class java.util.Locale.Builder
Constructs an empty Builder.
BulkTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[]) - Constructor for class java.util.concurrent.ConcurrentHashMap.BulkTask
 
Byte - Class in java.lang
The Byte class wraps a value of primitive type byte in an object.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the specified byte value.
Byte(String) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the byte value indicated by the String parameter.
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
byteArrayToAltBase64(byte[]) - Static method in class java.util.prefs.Base64
Translates the specified byte array into an "alternate representation" Base64 string.
byteArrayToBase64(byte[]) - Static method in class java.util.prefs.Base64
Translates the specified byte array into a Base64 string as per Preferences.put(byte[]).
BYTES - Static variable in class java.lang.Byte
The number of bytes used to represent a byte value in two's complement binary form.
BYTES - Static variable in class java.lang.Character
The number of bytes used to represent a char value in unsigned binary form.
BYTES - Static variable in class java.lang.Double
The number of bytes used to represent a double value.
BYTES - Static variable in class java.lang.Float
The number of bytes used to represent a float value.
BYTES - Static variable in class java.lang.Integer
The number of bytes used to represent a int value in two's complement binary form.
BYTES - Static variable in class java.lang.Long
The number of bytes used to represent a long value in two's complement binary form.
BYTES - Static variable in class java.lang.Short
The number of bytes used to represent a short value in two's complement binary form.
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte after a narrowing primitive conversion.
byteValue() - Method in class java.lang.Number
Returns the value of the specified number as a byte, which may involve rounding or truncation.
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte after a narrowing primitive conversion.
BYZANTINE_MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Byzantine Musical Symbols" Unicode character block.

C

c - Variable in class java.util.Collections.CheckedCollection
 
c - Variable in class java.util.Collections.SynchronizedCollection
 
c - Variable in class java.util.Collections.UnmodifiableCollection
 
c - Variable in class java.util.regex.Pattern.Single
 
c - Variable in class java.util.regex.Pattern.SingleS
 
C0 - Static variable in enum java.util.concurrent.TimeUnit
 
C1 - Static variable in enum java.util.concurrent.TimeUnit
 
C2 - Static variable in enum java.util.concurrent.TimeUnit
 
C3 - Static variable in enum java.util.concurrent.TimeUnit
 
C4 - Static variable in enum java.util.concurrent.TimeUnit
 
C5 - Static variable in enum java.util.concurrent.TimeUnit
 
C6 - Static variable in enum java.util.concurrent.TimeUnit
 
Cache(InetAddress.Cache.Type) - Constructor for class java.net.InetAddress.Cache
Create cache
cachedChildren() - Method in class java.util.prefs.AbstractPreferences
Returns all known unremoved children of this node.
CacheEntry(InetAddress[], long) - Constructor for class java.net.InetAddress.CacheEntry
 
CacheRequest - Class in java.net
Represents channels for storing resources in the ResponseCache.
CacheRequest() - Constructor for class java.net.CacheRequest
 
CacheResponse - Class in java.net
Represent channels for retrieving resources from the ResponseCache.
CacheResponse() - Constructor for class java.net.CacheResponse
 
Calendar - Class in java.util
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and the default FORMAT locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
Calendar.Builder - Class in java.util
Calendar.Builder is used for creating a Calendar from various date-time parameters.
call() - Method in interface java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
call() - Method in class java.util.concurrent.Executors.PrivilegedCallable
 
call() - Method in class java.util.concurrent.Executors.PrivilegedCallableUsingCurrentClassLoader
 
call() - Method in class java.util.concurrent.Executors.RunnableAdapter
 
Callable<V> - Interface in java.util.concurrent
A task that returns a result and may throw an exception.
callable(Runnable, T) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns the given result.
callable(Runnable) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given task and returns null.
callable(PrivilegedAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged action and returns its result.
callable(PrivilegedExceptionAction<?>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that, when called, runs the given privileged exception action and returns its result.
CallerRunsPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Creates a CallerRunsPolicy.
CANADA - Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH - Static variable in class java.util.Locale
Useful constant for country.
cancel(boolean) - Method in interface java.util.concurrent.Future
Attempts to cancel execution of this task.
cancel(boolean) - Method in class java.util.concurrent.FutureTask
 
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
CancellationException - Exception in java.util.concurrent
Exception indicating that the result of a value-producing task, such as a FutureTask, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
CANCELLED - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
waitStatus value to indicate thread has cancelled
CANCELLED - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
waitStatus value to indicate thread has cancelled
CANCELLED - Static variable in class java.util.TimerTask
This task has been cancelled (with a call to TimerTask.cancel).
canExecute() - Method in class java.io.File
Tests whether the application can execute the file denoted by this abstract pathname.
CANON_EQ - Static variable in class java.util.regex.Pattern
Enables canonical equivalence.
canonicalize(String) - Method in class java.io.FileSystem
 
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canRunInCurrentRunState(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Returns true if can run a task given current run state and run-after-shutdown parameters.
canWrite() - Method in class java.io.File
Tests whether the application can modify the file denoted by this abstract pathname.
capacity() - Method in class java.lang.AbstractStringBuilder
Returns the current capacity.
capacity() - Method in class java.lang.StringBuffer
 
capacity() - Method in class java.util.HashMap
 
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capture - Variable in class java.util.regex.Pattern.GroupCurly
 
capturingGroupCount - Variable in class java.util.regex.Pattern
The number of capturing groups in this Pattern.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
Caret() - Constructor for class java.util.regex.Pattern.Caret
 
CARIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Carian" Unicode character block.
casAnnotationType(AnnotationType, AnnotationType) - Method in class java.lang.Class
 
casCleanMe(SynchronousQueue.TransferQueue.QNode, SynchronousQueue.TransferQueue.QNode) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue
Tries to CAS cleanMe slot.
CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
Enables case-insensitive matching.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that orders String objects as by compareToIgnoreCase.
caseDiff - Static variable in class java.net.URLEncoder
 
casHead(SynchronousQueue.TransferStack.SNode, SynchronousQueue.TransferStack.SNode) - Method in class java.util.concurrent.SynchronousQueue.TransferStack
 
casItem(Object, Object) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
casNext(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Node<K, V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
compareAndSet next field
casNext(SynchronousQueue.TransferQueue.QNode, SynchronousQueue.TransferQueue.QNode) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
casNext(SynchronousQueue.TransferStack.SNode, SynchronousQueue.TransferStack.SNode) - Method in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
casRight(ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.Index
compareAndSet right field
cast(Object) - Method in class java.lang.Class
Casts an object to the class or interface represented by this Class object.
casTabAt(ConcurrentHashMap.Node<K, V>[], int, ConcurrentHashMap.Node<K, V>, ConcurrentHashMap.Node<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap
 
casValue(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
compareAndSet value field
Category(int) - Constructor for class java.util.regex.Pattern.Category
 
cbrt(double) - Static method in class java.lang.Math
Returns the cube root of a double value.
cbrt(double) - Static method in class java.lang.StrictMath
Returns the cube root of a double value.
CE - Static variable in class java.util.GregorianCalendar
Value of the Calendar.ERA field indicating the common era, the same value as GregorianCalendar.AD.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
ceiling(E) - Method in class java.util.Collections.CheckedNavigableSet
 
ceiling(E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
ceiling(E) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
ceiling(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
ceiling(E) - Method in interface java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(E) - Method in class java.util.TreeMap.KeySet
 
ceiling(E) - Method in class java.util.TreeSet
ceilingEntry(K) - Method in class java.util.Collections.CheckedNavigableMap
 
ceilingEntry(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
ceilingEntry(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such entry.
ceilingEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
ceilingEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
ceilingEntry(K) - Method in class java.util.TreeMap.NavigableSubMap
 
ceilingKey(K) - Method in class java.util.Collections.CheckedNavigableMap
 
ceilingKey(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
ceilingKey(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
ceilingKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
ceilingKey(K) - Method in interface java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.TreeMap
ceilingKey(K) - Method in class java.util.TreeMap.NavigableSubMap
 
CENATT - Static variable in interface java.util.zip.ZipConstants
 
CENATX - Static variable in interface java.util.zip.ZipConstants
 
CENCOM - Static variable in interface java.util.zip.ZipConstants
 
CENCRC - Static variable in interface java.util.zip.ZipConstants
 
CENDSK - Static variable in interface java.util.zip.ZipConstants
 
CENEXT - Static variable in interface java.util.zip.ZipConstants
 
CENFLG - Static variable in interface java.util.zip.ZipConstants
 
CENHDR - Static variable in interface java.util.zip.ZipConstants
 
CENHOW - Static variable in interface java.util.zip.ZipConstants
 
CENLEN - Static variable in interface java.util.zip.ZipConstants
 
CENNAM - Static variable in interface java.util.zip.ZipConstants
 
CENOFF - Static variable in interface java.util.zip.ZipConstants
 
CENSIG - Static variable in interface java.util.zip.ZipConstants
 
CENSIZ - Static variable in interface java.util.zip.ZipConstants
 
CENTIM - Static variable in interface java.util.zip.ZipConstants
 
CENVEM - Static variable in interface java.util.zip.ZipConstants
 
CENVER - Static variable in interface java.util.zip.ZipConstants
 
ch - Variable in class java.lang.ConditionalSpecialCasing.Entry
 
CHAKMA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Chakma" Unicode character block.
CHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cham" Unicode character block.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
Character.Subset - Class in java.lang
Instances of this class represent particular subsets of the Unicode character set.
Character.UnicodeBlock - Class in java.lang
A family of character subsets representing the character blocks in the Unicode specification.
Character.UnicodeScript - Enum in java.lang
A family of character subsets representing the character scripts defined in the Unicode Standard Annex #24: Script Names.
CharacterData - Class in java.lang
 
CharacterData() - Constructor for class java.lang.CharacterData
 
characteristics() - Method in class java.util.ArrayDeque.DeqSpliterator
 
characteristics() - Method in class java.util.ArrayList.ArrayListSpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySpliterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapEntryIterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapKeyIterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapValueIterator
 
characteristics() - Method in class java.util.concurrent.ConcurrentSkipListMap.ValueSpliterator
 
characteristics() - Method in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
characteristics() - Method in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
characteristics() - Method in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
characteristics() - Method in class java.util.HashMap.EntrySpliterator
 
characteristics() - Method in class java.util.HashMap.KeySpliterator
 
characteristics() - Method in class java.util.HashMap.ValueSpliterator
 
characteristics() - Method in class java.util.IdentityHashMap.EntrySpliterator
 
characteristics() - Method in class java.util.IdentityHashMap.KeySpliterator
 
characteristics() - Method in class java.util.IdentityHashMap.ValueSpliterator
 
characteristics() - Method in class java.util.LinkedList.LLSpliterator
 
characteristics() - Method in class java.util.PriorityQueue.PriorityQueueSpliterator
 
characteristics() - Method in class java.util.Random.RandomDoublesSpliterator
 
characteristics() - Method in class java.util.Random.RandomIntsSpliterator
 
characteristics() - Method in class java.util.Random.RandomLongsSpliterator
 
characteristics() - Method in class java.util.TreeMap.DescendingKeySpliterator
 
characteristics() - Method in class java.util.TreeMap.EntrySpliterator
 
characteristics() - Method in class java.util.TreeMap.KeySpliterator
 
characteristics() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
characteristics() - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
characteristics() - Method in class java.util.TreeMap.ValueSpliterator
 
characteristics() - Method in class java.util.Vector.VectorSpliterator
 
characteristics() - Method in class java.util.WeakHashMap.EntrySpliterator
 
characteristics() - Method in class java.util.WeakHashMap.KeySpliterator
 
characteristics() - Method in class java.util.WeakHashMap.ValueSpliterator
 
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayWriter - Class in java.io
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in class java.lang.AbstractStringBuilder
Returns the char value in this sequence at the specified index.
charAt(int) - Method in interface java.lang.CharSequence
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.String
Returns the char value at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
 
charAt(int) - Method in class java.util.regex.Matcher
Returns this Matcher's input character at index i.
CharConversionException - Exception in java.io
Base class for character conversion exceptions.
CharConversionException() - Constructor for exception java.io.CharConversionException
This provides no detailed message.
CharConversionException(String) - Constructor for exception java.io.CharConversionException
This provides a detailed message.
charCount(int) - Static method in class java.lang.Character
Determines the number of char values needed to represent the specified character (Unicode code point).
chars() - Method in interface java.lang.CharSequence
Returns a stream of int zero-extending the char values from this sequence.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of char values.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
check(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Bound
 
checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(File, int) - Method in class java.io.FileSystem
Check whether the file or directory denoted by the given abstract pathname may be accessed by this process.
checkAccess(Class<?>, Class<?>, Object, int) - Method in class java.lang.reflect.AccessibleObject
 
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess() - Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess() - Method in class java.util.logging.LogManager
Check that the current context is trusted to modify the logging configuration.
checkAddress(InetAddress, String) - Method in class java.net.DatagramSocket
 
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkClassLoaderPermission(ClassLoader, Class<?>) - Static method in class java.lang.ClassLoader
 
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDefaultSerialize() - Method in class java.io.ObjectStreamClass
Throws an InvalidClassException if objects whose class is represented by this descriptor should not be permitted to use default serialization (e.g., if the class declares serializable fields that do not correspond to actual fields, and hence must use the GetField API).
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkDeserialize() - Method in class java.io.ObjectStreamClass
Throws an InvalidClassException if object instances referencing this class descriptor should not be allowed to deserialize.
checkDisplayNameParams(int, int, int, int, Locale, int) - Method in class java.util.Calendar
 
checkedCollection(Collection<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified collection.
CheckedCollection(Collection<E>, Class<E>) - Constructor for class java.util.Collections.CheckedCollection
 
checkedCopyOf(Collection<? extends E>) - Method in class java.util.Collections.CheckedCollection
 
CheckedInputStream - Class in java.util.zip
An input stream that also maintains a checksum of the data being read.
CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
checkedList(List<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified list.
CheckedList(List<E>, Class<E>) - Constructor for class java.util.Collections.CheckedList
 
checkedMap(Map<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified map.
checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable map.
CheckedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Constructor for class java.util.Collections.CheckedNavigableMap
 
checkedNavigableSet(NavigableSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified navigable set.
CheckedNavigableSet(NavigableSet<E>, Class<E>) - Constructor for class java.util.Collections.CheckedNavigableSet
 
CheckedOutputStream - Class in java.util.zip
An output stream that also maintains a checksum of the data being written.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkedQueue(Queue<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified queue.
CheckedQueue(Queue<E>, Class<E>) - Constructor for class java.util.Collections.CheckedQueue
 
CheckedRandomAccessList(List<E>, Class<E>) - Constructor for class java.util.Collections.CheckedRandomAccessList
 
checkedSet(Set<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified set.
CheckedSet(Set<E>, Class<E>) - Constructor for class java.util.Collections.CheckedSet
 
checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted map.
CheckedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Constructor for class java.util.Collections.CheckedSortedMap
 
checkedSortedSet(SortedSet<E>, Class<E>) - Static method in class java.util.Collections
Returns a dynamically typesafe view of the specified sorted set.
CheckedSortedSet(SortedSet<E>, Class<E>) - Constructor for class java.util.Collections.CheckedSortedSet
 
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkError() - Method in class java.io.PrintWriter
Flushes the stream if it's not closed and checks its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkInvariants(ConcurrentHashMap.TreeNode<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap.TreeBin
Recursive invariant check
checkInvariants(HashMap.TreeNode<K, V>) - Static method in class java.util.HashMap.TreeNode
Recursive invariant check
checkKeyBounds(K, Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class<?>, int) - Method in class java.lang.SecurityManager
Deprecated.
This method relies on the caller being at a stack depth of 4 which is error-prone and cannot be enforced by the runtime. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Deprecated.
Use #checkPermission(java.security.Permission) instead
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission,
is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPermission() - Method in class java.util.logging.Handler
 
checkPermission() - Method in class java.util.logging.LogManager
 
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkSerialize() - Method in class java.io.ObjectStreamClass
Throws an InvalidClassException if objects whose class is represented by this descriptor should not be allowed to serialize.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
Checksum - Interface in java.util.zip
An interface representing a data checksum.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Deprecated.
The dependency on AWTPermission creates an impediment to future modularization of the Java platform. Users of this method should instead invoke SecurityManager.checkPermission(java.security.Permission) directly. This method will be changed in a future release to check the permission java.security.AllPermission.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cherokee" Unicode character block.
childAdded(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
This method gets called when a child node is added.
childRemoved(NodeChangeEvent) - Method in interface java.util.prefs.NodeChangeListener
This method gets called when a child node is removed.
childrenNames() - Method in class java.util.prefs.AbstractPreferences
Implements the children method as per the specification in Preferences.childrenNames().
childrenNames() - Method in class java.util.prefs.Preferences
Returns the names of the children of this preference node, relative to this node.
childrenNamesSpi() - Method in class java.util.prefs.AbstractPreferences
Returns the names of the children of this preference node.
childSpi(String) - Method in class java.util.prefs.AbstractPreferences
Returns the named child of this preference node, creating it if it does not already exist.
childValue(T) - Method in class java.lang.InheritableThreadLocal
Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created.
childValue(T) - Method in class java.lang.ThreadLocal
Method childValue is visibly defined in subclass InheritableThreadLocal, but is internally defined here for the sake of providing createInheritedMap factory method without needing to subclass the map class in InheritableThreadLocal.
CHINA - Static variable in class java.util.Locale
Useful constant for country.
CHINESE - Static variable in class java.util.Locale
Useful constant for language.
chunkLength - Variable in class java.net.HttpURLConnection
The chunk-length when using chunked encoding streaming mode for output.
CIBackRef(int, boolean) - Constructor for class java.util.regex.Pattern.CIBackRef
 
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility" Unicode character block.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Forms" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs" Unicode character block.
CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Compatibility Ideographs Supplement" Unicode character block.
CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Radicals Supplement" Unicode character block.
CJK_STROKES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Strokes" Unicode character block.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Symbols and Punctuation" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension A" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension B" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension C" Unicode character block.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "CJK Unified Ideographs Extension D" Unicode character block.
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
Class.MethodArray - Class in java.lang
 
CLASS_LOADING_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the ClassLoadingMXBean.
classAssertionStatus - Variable in class java.lang.ClassLoader
 
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class being loaded.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassDataSlot(ObjectStreamClass, boolean) - Constructor for class java.io.ObjectStreamClass.ClassDataSlot
 
ClassDefinition - Class in java.lang.instrument
This class serves as a parameter block to the Instrumentation.redefineClasses method.
ClassDefinition(Class<?>, byte[]) - Constructor for class java.lang.instrument.ClassDefinition
Creates a new ClassDefinition binding using the supplied class and class file bytes.
classDepth(String) - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
classEnabled - Variable in class java.lang.AssertionStatusDirectives
A parallel array to classes, indicating whether each class is to have assertions enabled or disabled.
classes - Variable in class java.lang.AssertionStatusDirectives
The classes for which assertions are to be enabled or disabled.
ClassFileTransformer - Interface in java.lang.instrument
An agent provides an implementation of this interface in order to transform class files.
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file
and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader - Class in java.lang
A class loader is an object that is responsible for loading classes.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader using the specified parent class loader for delegation.
ClassLoader() - Constructor for class java.lang.ClassLoader
Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader.
ClassLoader.NativeLibrary - Class in java.lang
The inner class NativeLibrary denotes a loaded native library instance.
classLoaderDepth() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
ClassLoadingMXBean - Interface in java.lang.management
The management interface for the class loading system of the Java virtual machine.
classModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a class.
classname - Variable in exception java.io.InvalidClassException
Name of the invalid class.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
classValueMap - Variable in class java.lang.Class
 
clean(SynchronousQueue.TransferQueue.QNode, SynchronousQueue.TransferQueue.QNode) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue
Gets rid of cancelled node s with original predecessor pred.
clean(SynchronousQueue.TransferStack.SNode) - Method in class java.util.concurrent.SynchronousQueue.TransferStack
Unlinks s from the stack.
cleanMe - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue
Reference to a cancelled node that might not yet have been unlinked from queue because it was the last inserted node when it was cancelled.
clear() - Method in class java.io.ExpiringCache
 
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
clear() - Method in class java.util.Calendar
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear(int) - Method in class java.util.Calendar
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.Collections.AsLIFOQueue
 
clear() - Method in class java.util.Collections.CheckedCollection
 
clear() - Method in class java.util.Collections.SynchronizedCollection
 
clear() - Method in class java.util.Collections.UnmodifiableCollection
 
clear() - Method in class java.util.concurrent.ArrayBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.ConcurrentHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
Removes all of the elements from this view, by removing all the mappings from the map backing this view.
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes all of the mappings from this map.
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
clear() - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
clear() - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes all of the elements from this list.
clear() - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class java.util.concurrent.DelayQueue
Atomically removes all of the elements from this delay queue.
clear() - Method in class java.util.concurrent.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clear() - Method in class java.util.concurrent.LinkedBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.PriorityBlockingQueue
Atomically removes all of the elements from this queue.
clear() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
clear() - Method in class java.util.concurrent.SynchronousQueue
Does nothing.
clear() - Method in class java.util.EnumMap
Removes all mappings from this map.
clear() - Method in class java.util.HashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.HashMap.EntrySet
 
clear() - Method in class java.util.HashMap.KeySet
 
clear() - Method in class java.util.HashMap.Values
 
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.IdentityHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.JumboEnumSet
Removes all of the elements from this set.
clear() - Method in class java.util.LinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
clear() - Method in class java.util.LinkedHashMap.LinkedKeySet
 
clear() - Method in class java.util.LinkedHashMap.LinkedValues
 
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in class java.util.Locale.Builder
Resets the builder to its initial, empty state.
clear() - Method in interface java.util.Map
Removes all of the mappings from this map (optional operation).
clear() - Method in class java.util.prefs.AbstractPreferences
Implements the clear method as per the specification in Preferences.clear().
clear() - Method in class java.util.prefs.Preferences
Removes all of the preferences (key-value associations) in this preference node.
clear() - Method in class java.util.PriorityQueue
Removes all of the elements from this priority queue.
clear() - Method in class java.util.RegularEnumSet
Removes all of the elements from this set.
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.TaskQueue
Removes all elements from the priority queue.
clear() - Method in class java.util.TreeMap
Removes all of the mappings from this map.
clear() - Method in class java.util.TreeMap.EntrySet
 
clear() - Method in class java.util.TreeMap.KeySet
 
clear() - Method in class java.util.TreeMap.Values
 
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all of the mappings from this map.
clear() - Method in class java.util.zip.ZStreamRef
 
clearAssertionStatus() - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader.
clearCache() - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded using the caller's class loader.
clearCache(ClassLoader) - Static method in class java.util.ResourceBundle
Removes all resource bundles from the cache that have been loaded using the given class loader.
clearChanged() - Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearError() - Method in class java.io.PrintStream
Clears the internal error state of this stream.
clearError() - Method in class java.io.PrintWriter
Clears the error state of this stream.
clearExtensions() - Method in class java.util.Locale.Builder
Resets the extensions to their initial, empty state.
clearProperty(String) - Static method in class java.lang.System
Removes the system property indicated by the specified key.
clockSequence() - Method in class java.util.UUID
The clock sequence value associated with this UUID.
clone() - Method in class java.lang.Enum
Throws CloneNotSupportedException.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.lang.Thread
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
clone() - Method in class java.net.HttpCookie
Create and return a copy of this object.
clone() - Method in class java.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.ArrayDeque
Returns a copy of this deque.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Calendar
Creates and returns a copy of this object.
clone() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a shallow copy of this ConcurrentSkipListMap instance.
clone() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a shallow copy of this ConcurrentSkipListSet instance.
clone() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a shallow copy of this list.
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.EnumMap
Returns a shallow copy of this enum map.
clone() - Method in class java.util.EnumSet
Returns a copy of this set.
clone() - Method in class java.util.GregorianCalendar
 
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.IdentityHashMap
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
clone() - Method in class java.util.JapaneseImperialCalendar
 
clone() - Method in class java.util.JumboEnumSet
 
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Locale
Overrides Cloneable.
clone() - Method in class java.util.SimpleTimeZone
Returns a clone of this SimpleTimeZone instance.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.zip.ZipEntry
Returns a copy of this entry.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
 
close() - Method in class java.io.BufferedWriter
 
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class java.io.CharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in interface java.io.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in class java.io.Console.LineReader
 
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
 
close() - Method in class java.io.FilterWriter
 
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
 
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
 
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.PrintWriter
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.StringWriter
close() - Method in class java.io.Writer
Closes the stream, flushing it first.
close() - Method in class java.net.AbstractPlainDatagramSocketImpl
Close the socket.
close() - Method in class java.net.AbstractPlainSocketImpl
Closes the socket.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.DatagramSocketImpl
Close the socket.
close() - Method in class java.net.ServerSocket
Closes this socket.
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.net.SocketImpl
Closes this socket.
close() - Method in class java.net.SocketInputStream
 
close() - Method in class java.net.SocketOutputStream
 
close() - Method in class java.net.SocksSocketImpl
 
close() - Method in class java.net.URLClassLoader
Closes this URLClassLoader, so that it can no longer be used to load new classes or resources that are defined by this loader.
close() - Method in class java.util.Formatter
Closes this formatter.
close() - Method in class java.util.logging.ConsoleHandler
Override StreamHandler.close to do a flush but not to close the output stream.
close() - Method in class java.util.logging.FileHandler
Close all the files.
close() - Method in class java.util.logging.Handler
Close the Handler and free all associated resources.
close() - Method in class java.util.logging.MemoryHandler
Close the Handler and free all associated resources.
close() - Method in class java.util.logging.SocketHandler
Close this output stream.
close() - Method in class java.util.logging.StreamHandler
Close the current output stream.
close() - Method in class java.util.Scanner
Closes this scanner.
close() - Method in class java.util.zip.DeflaterInputStream
Closes this input stream and its underlying input stream, discarding any pending uncompressed data.
close() - Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class java.util.zip.GZIPInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.InflaterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.InflaterOutputStream
Writes any remaining uncompressed data to the output stream and closes the underlying output stream.
close() - Method in class java.util.zip.ZipFile
Closes the ZIP file.
close() - Method in class java.util.zip.ZipInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
CLOSE_FAILURE - Static variable in class java.util.logging.ErrorManager
CLOSE_FAILURE is used when a close of an output stream fails.
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
closedByReader - Variable in class java.io.PipedInputStream
 
closedByReader - Variable in class java.io.PipedReader
 
closedByWriter - Variable in class java.io.PipedInputStream
 
closedByWriter - Variable in class java.io.PipedReader
 
closeEntry() - Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry() - Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
closePending - Variable in class java.net.AbstractPlainSocketImpl
 
CLQSpliterator(ConcurrentLinkedQueue<E>) - Constructor for class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
cmax - Variable in class java.util.regex.Pattern.Curly
 
cmax - Variable in class java.util.regex.Pattern.GroupCurly
 
cmax - Variable in class java.util.regex.Pattern.Loop
 
CMD_NOT_SUPPORTED - Static variable in interface java.net.SocksConsts
 
cmin - Variable in class java.util.regex.Pattern.Curly
 
cmin - Variable in class java.util.regex.Pattern.GroupCurly
 
cmin - Variable in class java.util.regex.Pattern.Loop
 
CNTRL - Static variable in class java.util.regex.ASCII
 
codePointAt(int) - Method in class java.lang.AbstractStringBuilder
Returns the character (Unicode code point) at the specified index.
codePointAt(CharSequence, int) - Static method in class java.lang.Character
Returns the code point at the given index of the CharSequence.
codePointAt(char[], int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array.
codePointAt(char[], int, int) - Static method in class java.lang.Character
Returns the code point at the given index of the char array, where only array elements with index less than limit can be used.
codePointAt(int) - Method in class java.lang.String
Returns the character (Unicode code point) at the specified index.
codePointAt(int) - Method in class java.lang.StringBuffer
 
codePointAtImpl(char[], int, int) - Static method in class java.lang.Character
 
codePointBefore(int) - Method in class java.lang.AbstractStringBuilder
Returns the character (Unicode code point) before the specified index.
codePointBefore(CharSequence, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the CharSequence.
codePointBefore(char[], int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array.
codePointBefore(char[], int, int) - Static method in class java.lang.Character
Returns the code point preceding the given index of the char array, where only array elements with index greater than or equal to start can be used.
codePointBefore(int) - Method in class java.lang.String
Returns the character (Unicode code point) before the specified index.
codePointBefore(int) - Method in class java.lang.StringBuffer
 
codePointBeforeImpl(char[], int, int) - Static method in class java.lang.Character
 
codePointCount(int, int) - Method in class java.lang.AbstractStringBuilder
Returns the number of Unicode code points in the specified text range of this sequence.
codePointCount(CharSequence, int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in the text range of the specified char sequence.
codePointCount(char[], int, int) - Static method in class java.lang.Character
Returns the number of Unicode code points in a subarray of the char array argument.
codePointCount(int, int) - Method in class java.lang.String
Returns the number of Unicode code points in the specified text range of this String.
codePointCount(int, int) - Method in class java.lang.StringBuffer
 
codePointCountImpl(char[], int, int) - Static method in class java.lang.Character
 
codePoints() - Method in interface java.lang.CharSequence
Returns a stream of code point values from this sequence.
Collection<E> - Interface in java.util
The root interface in the collection hierarchy.
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
Collections.AsLIFOQueue<E> - Class in java.util
Collections.CheckedCollection<E> - Class in java.util
Collections.CheckedList<E> - Class in java.util
Collections.CheckedNavigableMap<K,V> - Class in java.util
Collections.CheckedNavigableSet<E> - Class in java.util
Collections.CheckedQueue<E> - Class in java.util
Collections.CheckedRandomAccessList<E> - Class in java.util
Collections.CheckedSet<E> - Class in java.util
Collections.CheckedSortedMap<K,V> - Class in java.util
Collections.CheckedSortedSet<E> - Class in java.util
Collections.SynchronizedCollection<E> - Class in java.util
Collections.SynchronizedList<E> - Class in java.util
Collections.SynchronizedNavigableMap<K,V> - Class in java.util
A synchronized NavigableMap.
Collections.SynchronizedNavigableSet<E> - Class in java.util
Collections.SynchronizedRandomAccessList<E> - Class in java.util
Collections.SynchronizedSet<E> - Class in java.util
Collections.SynchronizedSortedMap<K,V> - Class in java.util
Collections.SynchronizedSortedSet<E> - Class in java.util
Collections.UnmodifiableCollection<E> - Class in java.util
Collections.UnmodifiableList<E> - Class in java.util
Collections.UnmodifiableNavigableMap<K,V> - Class in java.util
Collections.UnmodifiableNavigableSet<E> - Class in java.util
Wraps a navigable set and disables all of the mutative operations.
Collections.UnmodifiableRandomAccessList<E> - Class in java.util
Collections.UnmodifiableSet<E> - Class in java.util
Collections.UnmodifiableSortedMap<K,V> - Class in java.util
Collections.UnmodifiableSortedSet<E> - Class in java.util
CollectionView(ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.CollectionView
 
collides - Variable in class java.util.concurrent.Exchanger.Node
 
color - Variable in class java.util.TreeMap.Entry
 
COMBINING_CLASS_ABOVE - Static variable in class java.lang.ConditionalSpecialCasing
 
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks" Unicode character block.
COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks Supplement" Unicode character block.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Half Marks" Unicode character block.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Combining Diacritical Marks for Symbols" Unicode character block.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
General category "Mc" in the Unicode specification.
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
command(List<String>) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command(String...) - Method in class java.lang.ProcessBuilder
Sets this process builder's operating system program and arguments.
command() - Method in class java.lang.ProcessBuilder
Returns this process builder's
operating system program and arguments.
comment - Variable in class java.util.zip.ZipEntry
 
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
COMMENTS - Static variable in class java.util.regex.Pattern
Permits whitespace and comments in pattern.
COMMON_INDIC_NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Common Indic Number Forms" Unicode character block.
compactAndTrim() - Method in class java.lang.Class.MethodArray
 
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
comparableClassFor(Object) - Static method in class java.util.concurrent.ConcurrentHashMap
Returns x's Class if it is of the form "class C implements Comparable", else null.
comparableClassFor(Object) - Static method in class java.util.HashMap
Returns x's Class if it is of the form "class C implements Comparable", else null.
comparator() - Method in class java.util.Collections.CheckedNavigableMap
 
comparator() - Method in class java.util.Collections.CheckedSortedMap
 
comparator() - Method in class java.util.Collections.CheckedSortedSet
 
comparator() - Method in class java.util.Collections.SynchronizedSortedMap
 
comparator() - Method in class java.util.Collections.SynchronizedSortedSet
 
comparator() - Method in class java.util.Collections.UnmodifiableSortedMap
 
comparator() - Method in class java.util.Collections.UnmodifiableSortedSet
 
Comparator<T> - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator - Variable in class java.util.concurrent.ConcurrentSkipListMap
The comparator used to maintain order in this map, or null if using natural ordering.
comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
comparator - Variable in class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
comparator() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
comparator() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
comparator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns the comparator used to order the elements in this queue, or null if this queue uses the natural ordering of its elements.
comparator() - Method in class java.util.PriorityQueue
Returns the comparator used to order the elements in this queue, or null if this queue is sorted according to the natural ordering of its elements.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.TreeMap.AscendingSubMap
 
comparator() - Method in class java.util.TreeMap
 
comparator() - Method in class java.util.TreeMap.DescendingSubMap
 
comparator() - Method in class java.util.TreeMap.KeySet
 
comparator() - Method in class java.util.TreeSet
 
compare(File, File) - Method in class java.io.FileSystem
Compare two abstract pathnames lexicographically.
compare(boolean, boolean) - Static method in class java.lang.Boolean
Compares two boolean values.
compare(byte, byte) - Static method in class java.lang.Byte
Compares two byte values numerically.
compare(char, char) - Static method in class java.lang.Character
Compares two char values numerically.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(int, int) - Static method in class java.lang.Integer
Compares two int values numerically.
compare(long, long) - Static method in class java.lang.Long
Compares two long values numerically.
compare(short, short) - Static method in class java.lang.Short
Compares two short values numerically.
compare(HttpCookie, HttpCookie) - Method in class java.net.CookieManager.CookiePathComparator
 
compare(Object, Object) - Method in class java.util.Arrays.NaturalOrder
 
compare(T, T) - Method in interface java.util.Comparator
Compares its two arguments for order.
compare(Object, Object) - Method in class java.util.TreeMap
Compares two keys using the correct comparison method for this TreeMap.
compareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, long, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
compareAndSet(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
compareAndSet(T, V, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
compareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
compareAndSetState(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Atomically sets synchronization state to the given updated value if the current state value equals the expected value.
compareAndSetState(int, int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Atomically sets synchronization state to the given updated value if the current state value equals the expected value.
compareComparables(Class<?>, Object, Object) - Static method in class java.util.concurrent.ConcurrentHashMap
Returns k.compareTo(x) if x matches kc (k's screened comparable class), else 0.
compareComparables(Class<?>, Object, Object) - Static method in class java.util.HashMap
Returns k.compareTo(x) if x matches kc (k's screened comparable class), else 0.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Boolean) - Method in class java.lang.Boolean
Compares this Boolean instance with another.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(T) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(E) - Method in class java.lang.Enum
Compares this enum with the specified object for order.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(URI) - Method in class java.net.URI
Compares this URI to another object, which must be a URI.
compareTo(Calendar) - Method in class java.util.Calendar
Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(UUID) - Method in class java.util.UUID
Compares this UUID with the specified UUID.
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case differences.
compareUnsigned(int, int) - Static method in class java.lang.Integer
Compares two int values numerically treating the values as unsigned.
compareUnsigned(long, long) - Static method in class java.lang.Long
Compares two long values numerically treating the values as unsigned.
comparing(Function<? super T, ? extends U>, Comparator<? super U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a sort key from a type T, and returns a Comparator<T> that compares by that sort key using the specified Comparator.
comparing(Function<? super T, ? extends U>) - Static method in interface java.util.Comparator
Accepts a function that extracts a Comparable sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingByKey() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on key.
comparingByKey(Comparator<? super K>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by key using the given Comparator.
comparingByValue() - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry in natural order on value.
comparingByValue(Comparator<? super V>) - Static method in interface java.util.Map.Entry
Returns a comparator that compares Map.Entry by value using the given Comparator.
comparingDouble(ToDoubleFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a double sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingInt(ToIntFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts an int sort key from a type T, and returns a Comparator<T> that compares by that sort key.
comparingLong(ToLongFunction<? super T>) - Static method in interface java.util.Comparator
Accepts a function that extracts a long sort key from a type T, and returns a Comparator<T> that compares by that sort key.
COMPILATION_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the CompilationMXBean.
CompilationMXBean - Interface in java.lang.management
The management interface for the compilation system of the Java virtual machine.
compile(String) - Static method in class java.util.regex.Pattern
Compiles the given regular expression into a pattern.
compile(String, int) - Static method in class java.util.regex.Pattern
Compiles the given regular expression into a pattern with the given flags.
compileClass(Class<?>) - Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String) - Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
Compiler - Class in java.lang
The Compiler class is provided to support Java-to-native-code compilers and related services.
complement() - Method in class java.util.EnumSet
Complements the contents of this enum set.
complement() - Method in class java.util.JumboEnumSet
 
complement() - Method in class java.util.RegularEnumSet
 
complementOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
CompletionService<V> - Interface in java.util.concurrent
A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachEntryTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachKeyTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachMappingTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedEntryTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedKeyTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedMappingTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedValueTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ForEachValueTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.SearchEntriesTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.SearchKeysTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.SearchMappingsTask
 
compute() - Method in class java.util.concurrent.ConcurrentHashMap.SearchValuesTask
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.time to calendar field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Converts the time value (millisecond offset from the Epoch) to calendar field values.
computeFields() - Method in class java.util.JapaneseImperialCalendar
Converts the time value (millisecond offset from the Epoch) to calendar field values.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.HashMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class java.util.Hashtable
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.time.
computeTime() - Method in class java.util.GregorianCalendar
Converts calendar field values to the time value (millisecond offset from the Epoch).
computeTime() - Method in class java.util.JapaneseImperialCalendar
Converts calendar field values to the time value (millisecond offset from the Epoch).
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
ConcurrentHashMap<K,V> - Class in java.util.concurrent
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMap() - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMap(int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new map with the same mappings as the given map.
ConcurrentHashMap(int, float) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMap(int, float, int) - Constructor for class java.util.concurrent.ConcurrentHashMap
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMap.BaseIterator<K,V> - Class in java.util.concurrent
Base of key, value, and entry Iterators.
ConcurrentHashMap.BulkTask<K,V,R> - Class in java.util.concurrent
Base class for bulk tasks.
ConcurrentHashMap.CollectionView<K,V,E> - Class in java.util.concurrent
Base class for views.
ConcurrentHashMap.CounterCell - Class in java.util.concurrent
A padded cell for distributing counts.
ConcurrentHashMap.EntryIterator<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.EntrySetView<K,V> - Class in java.util.concurrent
A view of a ConcurrentHashMap as a Set of (key, value) entries.
ConcurrentHashMap.EntrySpliterator<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachEntryTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachKeyTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachMappingTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachTransformedEntryTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachTransformedKeyTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachTransformedMappingTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachTransformedValueTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.ForEachValueTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ForwardingNode<K,V> - Class in java.util.concurrent
A node inserted at head of bins during transfer operations.
ConcurrentHashMap.KeyIterator<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.KeySetView<K,V> - Class in java.util.concurrent
A view of a ConcurrentHashMap as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentHashMap.KeySpliterator<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapEntry<K,V> - Class in java.util.concurrent
Exported Entry for EntryIterator
ConcurrentHashMap.MapReduceEntriesTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceEntriesToDoubleTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceEntriesToIntTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceEntriesToLongTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceKeysTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceKeysToDoubleTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceKeysToIntTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceKeysToLongTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceMappingsTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceMappingsToDoubleTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceMappingsToIntTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceMappingsToLongTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceValuesTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceValuesToDoubleTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceValuesToIntTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.MapReduceValuesToLongTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.Node<K,V> - Class in java.util.concurrent
Key-value entry.
ConcurrentHashMap.ReduceEntriesTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ReduceKeysTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ReduceValuesTask<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ReservationNode<K,V> - Class in java.util.concurrent
A place-holder node used in computeIfAbsent and compute
ConcurrentHashMap.SearchEntriesTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.SearchKeysTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.SearchMappingsTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.SearchValuesTask<K,V,U> - Class in java.util.concurrent
 
ConcurrentHashMap.Segment<K,V> - Class in java.util.concurrent
Stripped-down version of helper class used in previous version, declared for the sake of serialization compatibility
ConcurrentHashMap.TableStack<K,V> - Class in java.util.concurrent
Records the table, its length, and current traversal index for a traverser that must process a region of a forwarded table before proceeding with current table.
ConcurrentHashMap.Traverser<K,V> - Class in java.util.concurrent
Encapsulates traversal for methods such as containsValue; also serves as a base class for other iterators and spliterators.
ConcurrentHashMap.TreeBin<K,V> - Class in java.util.concurrent
TreeNodes used at the heads of bins.
ConcurrentHashMap.TreeNode<K,V> - Class in java.util.concurrent
Nodes for use in TreeBins
ConcurrentHashMap.ValueIterator<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ValueSpliterator<K,V> - Class in java.util.concurrent
 
ConcurrentHashMap.ValuesView<K,V> - Class in java.util.concurrent
A view of a ConcurrentHashMap as a Collection of values, in which additions are disabled.
ConcurrentLinkedQueue<E> - Class in java.util.concurrent
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue that is initially empty.
ConcurrentLinkedQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentLinkedQueue.CLQSpliterator<E> - Class in java.util.concurrent
A customized variant of Spliterators.IteratorSpliterator
ConcurrentMap<K,V> - Interface in java.util.concurrent
A Map providing thread safety and atomicity guarantees.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause.
ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
Constructs a new exception with the specified detail message and cause.
ConcurrentNavigableMap<K,V> - Interface in java.util.concurrent
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap<K,V> - Class in java.util.concurrent
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap() - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(Comparator<? super K>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new, empty map, sorted according to the specified comparator.
ConcurrentSkipListMap(Map<? extends K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys.
ConcurrentSkipListMap(SortedMap<K, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.
ConcurrentSkipListMap.CSLMSpliterator<K,V> - Class in java.util.concurrent
Base class providing common structure for Spliterators.
ConcurrentSkipListMap.EntryIterator - Class in java.util.concurrent
 
ConcurrentSkipListMap.EntrySet<K1,V1> - Class in java.util.concurrent
 
ConcurrentSkipListMap.EntrySpliterator<K,V> - Class in java.util.concurrent
 
ConcurrentSkipListMap.HeadIndex<K,V> - Class in java.util.concurrent
Nodes heading each level keep track of their level.
ConcurrentSkipListMap.Index<K,V> - Class in java.util.concurrent
Index nodes represent the levels of the skip list.
ConcurrentSkipListMap.Iter<T> - Class in java.util.concurrent
Base of iterator classes:
ConcurrentSkipListMap.KeyIterator - Class in java.util.concurrent
 
ConcurrentSkipListMap.KeySet<E> - Class in java.util.concurrent
 
ConcurrentSkipListMap.KeySpliterator<K,V> - Class in java.util.concurrent
 
ConcurrentSkipListMap.Node<K,V> - Class in java.util.concurrent
Nodes hold keys and values, and are singly linked in sorted order, possibly with some intervening marker nodes.
ConcurrentSkipListMap.SubMap<K,V> - Class in java.util.concurrent
Submaps returned by ConcurrentSkipListMap submap operations represent a subrange of mappings of their underlying maps.
ConcurrentSkipListMap.SubMap.SubMapEntryIterator - Class in java.util.concurrent
 
ConcurrentSkipListMap.SubMap.SubMapIter<T> - Class in java.util.concurrent
Variant of main Iter class to traverse through submaps.
ConcurrentSkipListMap.SubMap.SubMapKeyIterator - Class in java.util.concurrent
 
ConcurrentSkipListMap.SubMap.SubMapValueIterator - Class in java.util.concurrent
 
ConcurrentSkipListMap.ValueIterator - Class in java.util.concurrent
 
ConcurrentSkipListMap.Values<E> - Class in java.util.concurrent
 
ConcurrentSkipListMap.ValueSpliterator<K,V> - Class in java.util.concurrent
 
ConcurrentSkipListSet<E> - Class in java.util.concurrent
A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
ConcurrentSkipListSet() - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to their natural ordering.
ConcurrentSkipListSet(Comparator<? super E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new, empty set that orders its elements according to the specified comparator.
ConcurrentSkipListSet(Collection<? extends E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the elements in the specified collection, that orders its elements according to their natural ordering.
ConcurrentSkipListSet(SortedSet<E>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
Constructs a new set containing the same elements and using the same ordering as the specified sorted set.
ConcurrentSkipListSet(ConcurrentNavigableMap<E, Object>) - Constructor for class java.util.concurrent.ConcurrentSkipListSet
For use by submaps
cond - Variable in class java.util.regex.Pattern.Behind
 
cond - Variable in class java.util.regex.Pattern.Conditional
 
cond - Variable in class java.util.regex.Pattern.Neg
 
cond - Variable in class java.util.regex.Pattern.NotBehind
 
cond - Variable in class java.util.regex.Pattern.Pos
 
condition - Variable in class java.lang.ConditionalSpecialCasing.Entry
 
CONDITION - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
waitStatus value to indicate thread is waiting on condition
CONDITION - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
waitStatus value to indicate thread is waiting on condition
Condition - Interface in java.util.concurrent.locks
Condition factors out the Object monitor methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
Conditional(Pattern.Node, Pattern.Node, Pattern.Node) - Constructor for class java.util.regex.Pattern.Conditional
 
ConditionalSpecialCasing - Class in java.lang
This is a utility class for String.toLowerCase() and String.toUpperCase(), that handles special casing with conditions.
ConditionalSpecialCasing() - Constructor for class java.lang.ConditionalSpecialCasing
 
ConditionalSpecialCasing.Entry - Class in java.lang
An internal class that represents an entry in the Special Casing Properties.
ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Creates a new ConditionObject instance.
ConditionObject() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Creates a new ConditionObject instance.
CONFIG - Static variable in class java.util.logging.Level
CONFIG is a message level for static configuration messages.
config(String) - Method in class java.util.logging.Logger
Log a CONFIG message.
config(Supplier<String>) - Method in class java.util.logging.Logger
Log a CONFIG message, which is only to be constructed if the logging level is such that the message will actually be logged.
conn - Variable in class java.util.regex.Pattern.Branch
 
CONN_REFUSED - Static variable in interface java.net.SocksConsts
 
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
connect(InetAddress, int) - Method in class java.net.AbstractPlainDatagramSocketImpl
Connects a datagram socket to a remote destination.
connect(String, int) - Method in class java.net.AbstractPlainSocketImpl
Creates a socket and connects it to the specified port on the specified host.
connect(InetAddress, int) - Method in class java.net.AbstractPlainSocketImpl
Creates a socket and connects it to the specified address on the specified port.
connect(SocketAddress, int) - Method in class java.net.AbstractPlainSocketImpl
Creates a socket and connects it to the specified address on the specified port.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects this socket to a remote socket address (IP address + port number).
connect(InetAddress, int) - Method in class java.net.DatagramSocketImpl
Connects a datagram socket to a remote destination.
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
connect(String, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connect(InetAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(SocketAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
CONNECT - Static variable in interface java.net.SocksConsts
 
connect(SocketAddress, int) - Method in class java.net.SocksSocketImpl
Connects the Socks Socket to the specified endpoint.
connect() - Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect0(InetAddress, int) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
connected - Variable in class java.io.PipedInputStream
 
connected - Variable in class java.io.PipedReader
 
connected - Variable in class java.net.AbstractPlainDatagramSocketImpl
 
connected - Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
connectedAddress - Variable in class java.net.AbstractPlainDatagramSocketImpl
 
connectedAddress - Variable in class java.net.DatagramSocket
 
connectedPort - Variable in class java.net.DatagramSocket
 
ConnectException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
ConnectException(String) - Constructor for exception java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException() - Constructor for exception java.net.ConnectException
Construct a new ConnectException with no detailed message.
connectFailed(URI, SocketAddress, IOException) - Method in class java.net.ProxySelector
Called to indicate that a connection could not be established to a proxy/socks server.
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
General category "Pc" in the Unicode specification.
connectState - Variable in class java.net.DatagramSocket
 
Console - Class in java.io
Methods to access the character-based console device, if any, associated with the current Java virtual machine.
console() - Static method in class java.lang.System
Returns the unique Console object associated with the current Java virtual machine, if any.
Console.LineReader - Class in java.io
 
ConsoleHandler - Class in java.util.logging
This Handler publishes log records to System.err.
ConsoleHandler() - Constructor for class java.util.logging.ConsoleHandler
Create a ConsoleHandler for System.err.
constantName() - Method in exception java.lang.EnumConstantNotPresentException
Returns the name of the missing enum constant.
Constructor<T> - Class in java.lang.reflect
Constructor provides information about, and access to, a single constructor for a class.
Constructor(Class<T>, Class<?>[], Class<?>[], int, int, String, byte[], byte[]) - Constructor for class java.lang.reflect.Constructor
Package-private constructor used by ReflectAccess to enable instantiation of these objects in Java code from the java.lang package via sun.reflect.LangReflectAccess.
constructorModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a constructor.
contains(CharSequence) - Method in class java.lang.String
Returns true if and only if this string contains the specified sequence of char values.
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.Collections.AsLIFOQueue
 
contains(Object) - Method in class java.util.Collections.CheckedCollection
 
contains(Object) - Method in class java.util.Collections.SynchronizedCollection
 
contains(Object) - Method in class java.util.Collections.UnmodifiableCollection
 
contains(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface java.util.concurrent.BlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
contains(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
contains(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
contains(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
contains(Object) - Method in interface java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.HashMap.EntrySet
 
contains(Object) - Method in class java.util.HashMap.KeySet
 
contains(Object) - Method in class java.util.HashMap.Values
 
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.JumboEnumSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
contains(Object) - Method in class java.util.LinkedHashMap.LinkedKeySet
 
contains(Object) - Method in class java.util.LinkedHashMap.LinkedValues
 
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.PriorityQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class java.util.RegularEnumSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeMap.EntrySet
 
contains(Object) - Method in class java.util.TreeMap.KeySet
 
contains(Object) - Method in class java.util.TreeMap.NavigableSubMap.EntrySetView
 
contains(Object) - Method in class java.util.TreeMap.Values
 
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Returns true if this vector contains the specified element.
containsAll(Collection<?>) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class java.util.Collections.AsLIFOQueue
 
containsAll(Collection<?>) - Method in class java.util.Collections.CheckedCollection
 
containsAll(Collection<?>) - Method in class java.util.Collections.SynchronizedCollection
 
containsAll(Collection<?>) - Method in class java.util.Collections.UnmodifiableCollection
 
containsAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Returns false unless the given collection is empty.
containsAll(Collection<?>) - Method in class java.util.JumboEnumSet
Returns true if this set contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.RegularEnumSet
Returns true if this set contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
containsKey(Object) - Method in class java.util.EnumMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a key in this identity hash map.
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class java.util.ResourceBundle
Determines whether the given key is contained in this ResourceBundle or its parent bundles.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
containsValue(Object) - Method in class java.util.EnumMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a value in this identity hash map.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
contentEquals(StringBuffer) - Method in class java.lang.String
Compares this string to the specified StringBuffer.
contentEquals(CharSequence) - Method in class java.lang.String
Compares this string to the specified CharSequence.
ContentHandler - Class in java.net
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandlerFactory - Interface in java.net
This interface defines a factory for content handlers.
CONTROL - Static variable in class java.lang.Character
General category "Cc" in the Unicode specification.
Control() - Constructor for class java.util.ResourceBundle.Control
Sole constructor.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Control Pictures" Unicode character block.
convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
Converts the given time duration in the given unit to this unit.
CookieHandler - Class in java.net
A CookieHandler object provides a callback mechanism to hook up a HTTP state management policy implementation into the HTTP protocol handler.
CookieHandler() - Constructor for class java.net.CookieHandler
 
CookieManager - Class in java.net
CookieManager provides a concrete implementation of CookieHandler, which separates the storage of cookies from the policy surrounding accepting and rejecting cookies.
CookieManager() - Constructor for class java.net.CookieManager
Create a new cookie manager.
CookieManager(CookieStore, CookiePolicy) - Constructor for class java.net.CookieManager
Create a new cookie manager with specified cookie store and cookie policy.
CookieManager.CookiePathComparator - Class in java.net
 
CookiePathComparator() - Constructor for class java.net.CookieManager.CookiePathComparator
 
CookiePolicy - Interface in java.net
CookiePolicy implementations decide which cookies should be accepted and which should be rejected.
CookieStore - Interface in java.net
A CookieStore object represents a storage for cookie.
COPTIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Coptic" Unicode character block.
copy() - Method in class java.lang.reflect.Constructor
Package-private routine (exposed to java.lang.Class via ReflectAccess) which returns a copy of this Constructor.
copy() - Method in class java.lang.reflect.Field
Package-private routine (exposed to java.lang.Class via ReflectAccess) which returns a copy of this Field.
copy() - Method in class java.lang.reflect.Method
Package-private routine (exposed to java.lang.Class via ReflectAccess) which returns a copy of this Method.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copyConstructor(Constructor<T>) - Method in class java.lang.reflect.ReflectAccess
 
copyField(Field) - Method in class java.lang.reflect.ReflectAccess
 
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyMethod(Method) - Method in class java.lang.reflect.ReflectAccess
 
copyOf(T[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(U[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
copyOf(byte[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(short[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(int[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(long[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(char[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
copyOf(float[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(double[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(boolean[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
copyOf(EnumSet<E>) - Static method in class java.util.EnumSet
Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).
copyOf(Collection<E>) - Static method in class java.util.EnumSet
Creates an enum set initialized from the specified collection.
copyOfRange(T[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
CopyOnWriteArrayList<E> - Class in java.util.concurrent
A thread-safe variant of ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array.
CopyOnWriteArrayList() - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates an empty list.
CopyOnWriteArrayList(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
CopyOnWriteArrayList(E[]) - Constructor for class java.util.concurrent.CopyOnWriteArrayList
Creates a list holding a copy of the given array.
CopyOnWriteArrayList.COWIterator<E> - Class in java.util.concurrent
 
CopyOnWriteArraySet<E> - Class in java.util.concurrent
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection<? extends E>) - Constructor for class java.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
copySign(double, double) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.Math
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(double, double) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copySign(float, float) - Static method in class java.lang.StrictMath
Returns the first floating-point argument with the sign of the second floating-point argument.
copyValueOf(char[], int, int) - Static method in class java.lang.String
copyValueOf(char[]) - Static method in class java.lang.String
Equivalent to String.valueOf(char[]).
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
cosh(double) - Static method in class java.lang.Math
Returns the hyperbolic cosine of a double value.
cosh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic cosine of a double value.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayReader
The index of the end of this buffer.
count - Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count - Variable in class java.io.StringBufferInputStream
Deprecated.
The number of valid characters in the input stream buffer.
count - Variable in class java.lang.AbstractStringBuilder
The count is the number of characters used.
count - Variable in class java.util.concurrent.ArrayBlockingQueue
Number of elements in the queue
count - Variable in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync.HoldCounter
 
count - Variable in class java.util.logging.MemoryHandler
 
countDown() - Method in class java.util.concurrent.CountDownLatch
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.
CountDownLatch - Class in java.util.concurrent
A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.
CountDownLatch(int) - Constructor for class java.util.concurrent.CountDownLatch
Constructs a CountDownLatch initialized with the given count.
CounterCell(long) - Constructor for class java.util.concurrent.ConcurrentHashMap.CounterCell
 
countIndex - Variable in class java.util.regex.Pattern.Loop
 
COUNTING_ROD_NUMERALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Counting Rod Numerals" Unicode character block.
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countryKey - Variable in enum java.util.Locale.Category
 
countStackFrames() - Method in class java.lang.Thread
Deprecated.
The definition of this call depends on Thread.suspend(), which is deprecated. Further, the results of this call were never well-defined.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
cpr(Comparator, Object, Object) - Static method in class java.util.concurrent.ConcurrentSkipListMap
Compares using comparator or natural ordering if null.
crc - Variable in class java.util.zip.GZIPInputStream
CRC-32 for uncompressed data.
crc - Variable in class java.util.zip.GZIPOutputStream
CRC-32 of uncompressed data.
crc - Variable in class java.util.zip.ZipEntry
 
CRC32 - Class in java.util.zip
A class that can be used to compute the CRC-32 of a data stream.
CRC32() - Constructor for class java.util.zip.CRC32
Creates a new CRC32 object.
create() - Method in class java.net.AbstractPlainDatagramSocketImpl
Creates a datagram socket
create(boolean) - Method in class java.net.AbstractPlainSocketImpl
Creates a socket with a boolean that specifies whether this is a stream socket (true) or an unconnected UDP socket (false).
create() - Method in class java.net.DatagramSocketImpl
Creates a datagram socket.
create() - Static method in class java.net.InetAddressImplFactory
 
create(boolean) - Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createDatagramSocketImpl() - Method in interface java.net.DatagramSocketImplFactory
Creates a new DatagramSocketImpl instance.
createDirectory(File) - Method in class java.io.FileSystem
Create a new directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
createFileExclusively(String) - Method in class java.io.FileSystem
Create a new empty file with the given pathname.
createImpl() - Method in class java.net.DatagramSocket
 
createImpl() - Method in class java.net.ServerSocket
Creates the socket implementation.
createImpl(boolean) - Method in class java.net.Socket
Creates the socket implementation.
createInheritedMap(ThreadLocal.ThreadLocalMap) - Static method in class java.lang.ThreadLocal
Factory method to create map of inherited thread locals.
createMap(Thread, T) - Method in class java.lang.InheritableThreadLocal
Create the map associated with a ThreadLocal.
createMap(Thread, T) - Method in class java.lang.ThreadLocal
Create the map associated with a ThreadLocal.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createSnapshot() - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
Creates and returns a new SimpleImmutableEntry holding current mapping if this node holds a valid value, else null.
createSocketImpl() - Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
Creates an unresolved socket address from a hostname and a port number.
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createZipEntry(String) - Method in class java.util.zip.ZipInputStream
Creates a new ZipEntry object for the specified entry name.
csize - Variable in class java.util.zip.ZipEntry
 
CSLMSpliterator(Comparator<? super K>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Node<K, V>, K, int) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
ctime - Variable in class java.util.zip.ZipEntry
 
Ctype(int) - Constructor for class java.util.regex.Pattern.Ctype
 
ctype - Variable in class java.util.regex.Pattern.Ctype
 
CUNEIFORM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform" Unicode character block.
CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cuneiform Numbers and Punctuation" Unicode character block.
Curly(Pattern.Node, int, int, int) - Constructor for class java.util.regex.Pattern.Curly
 
Currency - Class in java.util
Represents a currency.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
General category "Sc" in the Unicode specification.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Currency Symbols" Unicode character block.
CurrencyNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized currency symbols and display names for the Currency class.
CurrencyNameProvider() - Constructor for class java.util.spi.CurrencyNameProvider
Sole constructor.
current - Variable in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
current - Variable in class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
current - Variable in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
current - Variable in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
current - Variable in class java.util.HashMap.HashIterator
 
current - Variable in class java.util.HashMap.HashMapSpliterator
 
current - Variable in class java.util.LinkedHashMap.LinkedHashIterator
 
current - Variable in class java.util.LinkedList.LLSpliterator
 
current - Variable in class java.util.TreeMap.TreeMapSpliterator
 
current - Variable in class java.util.WeakHashMap.WeakHashMapSpliterator
 
currentClassLoader() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentLoadedClass() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentSerialVersion - Static variable in class java.util.Calendar
 
currentSerialVersion - Static variable in class java.util.SimpleTimeZone
 
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
cursor - Variable in class java.util.concurrent.PriorityBlockingQueue.Itr
 
cycles - Variable in class java.util.concurrent.ArrayBlockingQueue.Itrs
Incremented whenever takeIndex wraps around to 0
CyclicBarrier - Class in java.util.concurrent
A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CyclicBarrier(int, Runnable) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and which will execute the given barrier action when the barrier is tripped, performed by the last thread entering the barrier.
CyclicBarrier(int) - Constructor for class java.util.concurrent.CyclicBarrier
Creates a new CyclicBarrier that will trip when the given number of parties (threads) are waiting upon it, and does not perform a predefined action when the barrier is tripped.
CYPRIOT_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cypriot Syllabary" Unicode character block.
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic" Unicode character block.
CYRILLIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-A" Unicode character block.
CYRILLIC_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Extended-B" Unicode character block.
CYRILLIC_SUPPLEMENTARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Cyrillic Supplementary" Unicode character block.

D

daemon - Variable in class java.lang.ThreadGroup
 
DASH_PUNCTUATION - Static variable in class java.lang.Character
General category "Pd" in the Unicode specification.
DATA - Static variable in class java.util.concurrent.SynchronousQueue.TransferStack
Node represents an unfulfilled producer
dataAvailable() - Method in class java.net.AbstractPlainDatagramSocketImpl
 
dataAvailable() - Method in class java.net.DatagramSocketImpl
 
DataFormatException - Exception in java.util.zip
Signals that a data format error has occurred.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramSocket - Class in java.net
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
Creates an unbound datagram socket with the specified DatagramSocketImpl.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
datagramSocketClose() - Method in class java.net.AbstractPlainDatagramSocketImpl
 
datagramSocketCreate() - Method in class java.net.AbstractPlainDatagramSocketImpl
 
DatagramSocketImpl - Class in java.net
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
DatagramSocketImplFactory - Interface in java.net
This interface defines a factory for datagram socket implementations.
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream
lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream that uses the specified underlying InputStream.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
dataVersion - Static variable in class java.util.Currency
 
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(int, int, int) - Constructor for class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date) or GregorianCalendar(year + 1900, month, date).
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min) or GregorianCalendar(year + 1900, month, date, hrs, min).
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
Date(String) - Constructor for class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.parse(String s).
DATE_MASK - Static variable in class java.util.Calendar
 
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_MONTH_MASK - Static variable in class java.util.Calendar
 
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK_IN_MONTH_MASK - Static variable in class java.util.Calendar
 
DAY_OF_WEEK_MASK - Static variable in class java.util.Calendar
 
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAY_OF_YEAR_MASK - Static variable in class java.util.Calendar
 
dec(int) - Method in class java.util.concurrent.ArrayBlockingQueue
Circularly decrement i.
DECEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the twelfth month of the year in the Gregorian and Julian calendars.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
General category "Nd" in the Unicode specification.
DECLARED - Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String, byte[], int, int) - Static method in class java.lang.StringCoding
 
decode(Charset, byte[], int, int) - Static method in class java.lang.StringCoding
 
decode(byte[], int, int) - Static method in class java.lang.StringCoding
 
decode(String) - Static method in class java.net.URLDecoder
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a runnable.
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Modifies or replaces the task used to execute a callable.
decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
decrementExact(int) - Static method in class java.lang.Math
Returns the argument decremented by one, throwing an exception if the result overflows an int.
decrementExact(long) - Static method in class java.lang.Math
Returns the argument decremented by one, throwing an exception if the result overflows a long.
deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays are deeply equal to one another.
deepEquals0(Object, Object) - Static method in class java.util.Arrays
 
deepHashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the "deep contents" of the specified array.
deepToString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the "deep contents" of the specified array.
def - Variable in class java.util.zip.DeflaterInputStream
Compressor for this stream.
def - Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_GREGORIAN_CUTOVER - Static variable in class java.util.GregorianCalendar
 
DEFAULT_INITIAL_CAPACITY - Static variable in class java.util.HashMap
The default initial capacity - MUST be a power of two.
DEFAULT_LOAD_FACTOR - Static variable in class java.util.HashMap
The load factor used when none specified in constructor.
DEFAULT_PORT - Static variable in interface java.net.SocksConsts
 
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultThreadFactory() - Static method in class java.util.concurrent.Executors
Returns a default thread factory used to create new threads.
DefaultThreadFactory() - Constructor for class java.util.concurrent.Executors.DefaultThreadFactory
 
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Deprecated.
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain.
defineClass(String, ByteBuffer, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts a ByteBuffer into an instance of class Class, with an optional ProtectionDomain.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a new package by name in this ClassLoader.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Compresses the input data and fills specified buffer with compressed data.
deflate(byte[]) - Method in class java.util.zip.Deflater
Compresses the input data and fills specified buffer with compressed data.
deflate(byte[], int, int, int) - Method in class java.util.zip.Deflater
Compresses the input data and fills the specified buffer with compressed data.
deflate() - Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
DEFLATED - Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater - Class in java.util.zip
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
DeflaterInputStream - Class in java.util.zip
Implements an input stream filter for compressing data in the "deflate" compression format.
DeflaterInputStream(InputStream) - Constructor for class java.util.zip.DeflaterInputStream
Creates a new input stream with a default compressor and buffer size.
DeflaterInputStream(InputStream, Deflater) - Constructor for class java.util.zip.DeflaterInputStream
Creates a new input stream with the specified compressor and a default buffer size.
DeflaterInputStream(InputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterInputStream
Creates a new input stream with the specified compressor and buffer size.
DeflaterOutputStream - Class in java.util.zip
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor, buffer size and flush mode.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor, flush mode and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a default compressor, a default buffer size and the specified flush mode.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a default compressor and buffer size.
deflt - Variable in class java.lang.AssertionStatusDirectives
Whether or not assertions in non-system classes are to be enabled by default.
Delayed - Interface in java.util.concurrent
A mix-in style interface for marking objects that should be acted upon after a given delay.
DelayedWorkQueue() - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
DelayQueue<E extends Delayed> - Class in java.util.concurrent
An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired.
DelayQueue() - Constructor for class java.util.concurrent.DelayQueue
Creates a new DelayQueue that is initially empty.
DelayQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.DelayQueue
Creates a DelayQueue initially containing the elements of the given collection of Delayed instances.
DelegatedExecutorService(ExecutorService) - Constructor for class java.util.concurrent.Executors.DelegatedExecutorService
 
DelegatedScheduledExecutorService(ScheduledExecutorService) - Constructor for class java.util.concurrent.Executors.DelegatedScheduledExecutorService
 
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(File) - Method in class java.io.FileSystem
Delete the file or directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
delete(int, int) - Method in class java.lang.AbstractStringBuilder
Removes the characters in a substring of this sequence.
delete(int, int) - Method in class java.lang.StringBuffer
 
delete(int, int) - Method in class java.lang.StringBuilder
 
deleteCharAt(int) - Method in class java.lang.AbstractStringBuilder
Removes the char at the specified position in this sequence.
deleteCharAt(int) - Method in class java.lang.StringBuffer
 
deleteCharAt(int) - Method in class java.lang.StringBuilder
 
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
DeleteOnExitHook - Class in java.io
This class holds a set of filenames to be deleted on VM exit through a shutdown hook.
delimiter() - Method in class java.util.Scanner
Returns the Pattern this Scanner is currently using to match delimiters.
demandLogger(String, String, Class<?>) - Method in class java.util.logging.LogManager
 
demandLogger(String, String) - Method in class java.util.logging.LogManager.LoggerContext
 
demandLogger(String, String) - Method in class java.util.logging.LogManager.SystemLoggerContext
 
demandSystemLogger(String, String) - Method in class java.util.logging.LogManager
 
Deprecated - Annotation Type in java.lang
A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists.
DeqSpliterator(ArrayDeque<E>, int, int) - Constructor for class java.util.ArrayDeque.DeqSpliterator
Creates new spliterator covering the given array and range
Deque<E> - Interface in java.util
A linear collection that supports element insertion and removal at both ends.
desc - Variable in class java.io.ObjectStreamClass.ClassDataSlot
class descriptor "occupying" this slot
DescendingEntrySetView() - Constructor for class java.util.TreeMap.DescendingSubMap.DescendingEntrySetView
 
descendingIterator() - Method in class java.util.ArrayDeque
 
descendingIterator() - Method in class java.util.Collections.CheckedNavigableSet
 
descendingIterator() - Method in class java.util.Collections.SynchronizedNavigableSet
 
descendingIterator() - Method in class java.util.Collections.UnmodifiableNavigableSet
 
descendingIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
descendingIterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in descending order.
descendingIterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in interface java.util.Deque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class java.util.LinkedList
descendingIterator() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in descending order.
descendingIterator() - Method in class java.util.TreeMap.KeySet
 
descendingIterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in descending order.
descendingKeyIterator() - Method in class java.util.TreeMap.AscendingSubMap
 
descendingKeyIterator() - Method in class java.util.TreeMap
 
DescendingKeyIterator(TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.DescendingKeyIterator
 
descendingKeyIterator() - Method in class java.util.TreeMap.DescendingSubMap
 
descendingKeyIterator() - Method in class java.util.TreeMap.NavigableSubMap
Returns descending iterator from the perspective of this submap
descendingKeySet() - Method in class java.util.Collections.CheckedNavigableMap
 
descendingKeySet() - Method in class java.util.Collections.SynchronizedNavigableMap
 
descendingKeySet() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
descendingKeySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
descendingKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
descendingKeySet() - Method in interface java.util.NavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class java.util.TreeMap
descendingKeySet() - Method in class java.util.TreeMap.NavigableSubMap
 
descendingKeySpliterator() - Method in class java.util.TreeMap
 
DescendingKeySpliterator(TreeMap<K, V>, TreeMap.Entry<K, V>, TreeMap.Entry<K, V>, int, int, int) - Constructor for class java.util.TreeMap.DescendingKeySpliterator
 
descendingMap() - Method in class java.util.Collections.CheckedNavigableMap
 
descendingMap() - Method in class java.util.Collections.SynchronizedNavigableMap
 
descendingMap() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
descendingMap() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
descendingMap() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
descendingMap() - Method in interface java.util.NavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class java.util.TreeMap.AscendingSubMap
 
descendingMap() - Method in class java.util.TreeMap
descendingMap() - Method in class java.util.TreeMap.DescendingSubMap
 
descendingMapView - Variable in class java.util.TreeMap.NavigableSubMap
 
descendingSet() - Method in class java.util.Collections.CheckedNavigableSet
 
descendingSet() - Method in class java.util.Collections.SynchronizedNavigableSet
 
descendingSet() - Method in class java.util.Collections.UnmodifiableNavigableSet
 
descendingSet() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
descendingSet() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in interface java.util.NavigableSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in class java.util.TreeMap.KeySet
 
descendingSet() - Method in class java.util.TreeSet
DescendingSubMap(TreeMap<K, V>, boolean, K, boolean, boolean, K, boolean) - Constructor for class java.util.TreeMap.DescendingSubMap
 
DescendingSubMapEntryIterator(TreeMap.Entry<K, V>, TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.NavigableSubMap.DescendingSubMapEntryIterator
 
DescendingSubMapKeyIterator(TreeMap.Entry<K, V>, TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
DESERET - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Deseret" Unicode character block.
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
desiredAssertionStatus(String) - Method in class java.lang.ClassLoader
Returns the assertion status that would be assigned to the specified class if it were to be initialized at the time this method is invoked.
destroy() - Method in class java.lang.Process
Kills the subprocess.
destroy() - Method in class java.lang.Thread
Deprecated.
This method was originally designed to destroy this thread without any cleanup. Any monitors it held would have remained locked. However, the method was never implemented. If if were to be implemented, it would be deadlock-prone in much the manner of Thread.suspend(). If the target thread held a lock protecting a critical system resource when it was destroyed, no thread could ever access this resource again. If another thread ever attempted to lock this resource, deadlock would result. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
destroy() - Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroyed - Variable in class java.lang.ThreadGroup
 
destroyForcibly() - Method in class java.lang.Process
Kills the subprocess.
detail - Variable in exception java.io.WriteAbortedException
Exception that was caught while writing the ObjectStream.
deterministic - Variable in class java.util.regex.Pattern.TreeInfo
 
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Devanagari" Unicode character block.
DEVANAGARI_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Devanagari Extended" Unicode character block.
dfltEncName - Static variable in class java.net.URLDecoder
 
dfltEncName - Static variable in class java.net.URLEncoder
 
Dictionary<K,V> - Class in java.util
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
digit(int, int) - Static method in class java.lang.Character
Returns the numeric value of the specified character (Unicode code point) in the specified radix.
digit(int, int) - Method in class java.lang.CharacterData
 
DIGIT - Static variable in class java.util.regex.ASCII
 
DigitOnes - Static variable in class java.lang.Integer
 
digits - Static variable in class java.lang.Integer
All possible chars for representing a number as a String
DigitTens - Static variable in class java.lang.Integer
 
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Dingbats" Unicode character block.
DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "AN" in the Unicode specification.
DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
Weak bidirectional character type "BN" in the Unicode specification.
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "CS" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "EN" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ES" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ET" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
Strong bidirectional character type "L" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "LRE" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "LRO" in the Unicode specification.
DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
Weak bidirectional character type "NSM" in the Unicode specification.
DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
Neutral bidirectional character type "ON" in the Unicode specification.
DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "B" in the Unicode specification.
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
Weak bidirectional character type "PDF" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
Strong bidirectional character type "R" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
Strong bidirectional character type "AL" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "RLE" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "RLO" in the Unicode specification.
DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "S" in the Unicode specification.
DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
Undefined bidirectional character type.
DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
Neutral bidirectional character type "WS" in the Unicode specification.
directory() - Method in class java.lang.ProcessBuilder
Returns this process builder's working directory.
directory(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's working directory.
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
DiscardOldestPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Creates a DiscardOldestPolicy for the given executor.
DiscardPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Creates a DiscardPolicy.
disconnect() - Method in class java.net.AbstractPlainDatagramSocketImpl
Disconnects a previously connected socket.
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
disconnect() - Method in class java.net.DatagramSocketImpl
Disconnects a datagram socket from its remote destination.
disconnect() - Method in class java.net.HttpURLConnection
Indicates that other requests to the server are unlikely in the near future.
disconnect0(int) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns true if the two specified collections have no elements in common.
dispose() - Method in class java.util.logging.LogManager.LoggerWeakRef
 
divideUnsigned(int, int) - Static method in class java.lang.Integer
Returns the unsigned quotient of dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
divideUnsigned(long, long) - Static method in class java.lang.Long
Returns the unsigned quotient of dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
doConnect(InetAddress, int, int) - Method in class java.net.AbstractPlainSocketImpl
The workhorse of the connection operation.
Documented - Annotation Type in java.lang.annotation
Indicates that annotations with a type are to be documented by javadoc and similar tools by default.
doInput - Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
Dollar(boolean) - Constructor for class java.util.regex.Pattern.Dollar
 
DOMAIN_NAME - Static variable in interface java.net.SocksConsts
 
domainMatches(String, String) - Static method in class java.net.HttpCookie
The utility method to check whether a host name is in a domain or not.
DOMINO_TILES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Domino Tiles" Unicode character block.
done() - Method in class java.util.concurrent.FutureTask
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
dontNeedEncoding - Static variable in class java.net.URLEncoder
 
doOutput - Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
doRemove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Main deletion method.
doSomeSweeping(boolean) - Method in class java.util.concurrent.ArrayBlockingQueue.Itrs
Sweeps itrs, looking for and expunging stale iterators.
Dot() - Constructor for class java.util.regex.Pattern.Dot
 
DOTALL - Static variable in class java.util.regex.Pattern
Enables dotall mode.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
doubles(long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles() - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one (exclusive).
doubles(long, double, double) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
doubles(double, double) - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the value of this Float as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double after a widening primitive conversion.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double, which may involve rounding.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double after a widening primitive conversion.
doubleValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as a double after a widening primitive conversion.
doubleValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as a double after a widening primitive conversion.
doUnicodeCase - Variable in class java.util.regex.Pattern.CIBackRef
 
down - Variable in class java.util.concurrent.ConcurrentSkipListMap.Index
 
drain() - Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
drainLoggerRefQueueBounded() - Method in class java.util.logging.LogManager
 
drainPermits() - Method in class java.util.concurrent.Semaphore
Acquires and returns all permits that are immediately available.
drainPermits() - Method in class java.util.concurrent.Semaphore.Sync
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.ArrayBlockingQueue
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.ArrayBlockingQueue
drainTo(Collection<? super E>) - Method in interface java.util.concurrent.BlockingQueue
Removes all available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>, int) - Method in interface java.util.concurrent.BlockingQueue
Removes at most the given number of available elements from this queue and adds them to the given collection.
drainTo(Collection<? super E>) - Method in class java.util.concurrent.DelayQueue
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.DelayQueue
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingDeque
drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingQueue
drainTo(Collection<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.PriorityBlockingQueue
drainTo(Collection<? super Runnable>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
drainTo(Collection<? super Runnable>, int) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
drainTo(Collection<? super E>) - Method in class java.util.concurrent.SynchronousQueue
drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.SynchronousQueue
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight saving offset in milliseconds.
DST_OFFSET_MASK - Static variable in class java.util.Calendar
 
dumpAllThreads(boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for all live threads with stack trace and synchronization information.
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread to the standard error stream.
DuplicateFormatFlagsException - Exception in java.util
Unchecked exception thrown when duplicate flags are provided in the format specifier.
DuplicateFormatFlagsException(String) - Constructor for exception java.util.DuplicateFormatFlagsException
Constructs an instance of this class with the specified flags.

E

e - Variable in class java.io.SequenceInputStream
 
E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class java.lang.StrictMath
The double value that is closer than any other to e, the base of the natural logarithms.
EGYPTIAN_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Egyptian Hieroglyphs" Unicode character block.
element() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
Returns the Method object for the incorrectly typed element.
element() - Method in class java.util.AbstractQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in class java.util.Collections.AsLIFOQueue
 
element() - Method in class java.util.Collections.CheckedQueue
 
element() - Method in interface java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
element() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class java.util.ArrayList
The array buffer into which the elements of the ArrayList are stored.
elementData(int) - Method in class java.util.ArrayList
 
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elementData(int) - Method in class java.util.Vector
 
elementDequeued() - Method in class java.util.concurrent.ArrayBlockingQueue.Itrs
Called whenever an element has been dequeued (at takeIndex).
elementName() - Method in exception java.lang.annotation.IncompleteAnnotationException
Returns the name of the missing element.
elements() - Method in class java.io.FilePermissionCollection
Returns an enumeration of all the FilePermission objects in the container.
elements() - Method in class java.net.SocketPermissionCollection
Returns an enumeration of all the SocketPermission objects in the container.
elements - Variable in class java.util.ArrayDeque
The array in which the elements of the deque are stored.
elements() - Method in class java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the values in this table.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.PropertyPermissionCollection
Returns an enumeration of all the PropertyPermission objects in the container.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
ElementType - Enum in java.lang.annotation
The constants of this enumerated type provide a simple classification of the syntactic locations where annotations may appear in a Java program.
elementType - Variable in class java.util.EnumSet
The class of all the elements of this set.
EMOTICONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Emoticons" Unicode character block.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EMPTY_LIST - Static variable in class java.util.Collections
The empty list (immutable).
EMPTY_MAP - Static variable in class java.util.Collections
The empty map (immutable).
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
emptyEnumeration() - Static method in class java.util.Collections
Returns an enumeration that has no elements.
emptyIterator() - Static method in class java.util.Collections
Returns an iterator that has no elements.
emptyList() - Static method in class java.util.Collections
Returns an empty list (immutable).
emptyListIterator() - Static method in class java.util.Collections
Returns a list iterator that has no elements.
emptyMap() - Static method in class java.util.Collections
Returns an empty map (immutable).
emptyNavigableMap() - Static method in class java.util.Collections
Returns an empty navigable map (immutable).
emptyNavigableSet() - Static method in class java.util.Collections
Returns an empty navigable set (immutable).
emptySet() - Static method in class java.util.Collections
Returns an empty set (immutable).
emptySortedMap() - Static method in class java.util.Collections
Returns an empty sorted map (immutable).
emptySortedSet() - Static method in class java.util.Collections
Returns an empty sorted set (immutable).
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enable() - Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enableReplaceObject(boolean) - Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
ENCLOSED_ALPHANUMERIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed Alphanumeric Supplement" Unicode character block.
ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed Alphanumerics" Unicode character block.
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed CJK Letters and Months" Unicode character block.
ENCLOSED_IDEOGRAPHIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Enclosed Ideographic Supplement" Unicode character block.
ENCLOSING_MARK - Static variable in class java.lang.Character
General category "Me" in the Unicode specification.
encode(String, char[], int, int) - Static method in class java.lang.StringCoding
 
encode(Charset, char[], int, int) - Static method in class java.lang.StringCoding
 
encode(char[], int, int) - Static method in class java.lang.StringCoding
 
encode(String) - Static method in class java.net.URLEncoder
Deprecated.
The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.
encode(String, String) - Static method in class java.net.URLEncoder
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
end() - Method in class java.util.regex.Matcher
Returns the offset after the last character matched.
end(int) - Method in class java.util.regex.Matcher
Returns the offset after the last character of the subsequence captured by the given group during the previous match operation.
end(String) - Method in class java.util.regex.Matcher
Returns the offset after the last character of the subsequence captured by the given named-capturing group during the previous match operation.
end() - Method in interface java.util.regex.MatchResult
Returns the offset after the last character matched.
end(int) - Method in interface java.util.regex.MatchResult
Returns the offset after the last character of the subsequence captured by the given group during this match.
End() - Constructor for class java.util.regex.Pattern.End
 
end() - Method in class java.util.zip.Deflater
Closes the compressor and discards any unprocessed input.
end() - Method in class java.util.zip.Inflater
Closes the decompressor and discards any unprocessed input.
END_PUNCTUATION - Static variable in class java.lang.Character
General category "Pe" in the Unicode specification.
ENDANCHOR - Static variable in class java.util.regex.Matcher
Matcher state used by the last node.
ENDCOM - Static variable in interface java.util.zip.ZipConstants
 
ended() - Method in class java.util.zip.Inflater
 
ENDHDR - Static variable in interface java.util.zip.ZipConstants
 
ENDOFF - Static variable in interface java.util.zip.ZipConstants
 
ENDSIG - Static variable in interface java.util.zip.ZipConstants
 
ENDSIZ - Static variable in interface java.util.zip.ZipConstants
 
ENDSUB - Static variable in interface java.util.zip.ZipConstants
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ENDTOT - Static variable in interface java.util.zip.ZipConstants
 
ENGLISH - Static variable in class java.util.Locale
Useful constant for language.
enqueue() - Method in class java.lang.ref.Reference
Adds this reference object to the queue with which it is registered, if any.
enqueue(Reference<? extends T>) - Method in class java.lang.ref.ReferenceQueue
 
ENQUEUED - Static variable in class java.lang.ref.ReferenceQueue
 
ensureCapacity(int) - Method in class java.lang.AbstractStringBuilder
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.lang.StringBuffer
 
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureLogManagerInitialized() - Method in class java.util.logging.LogManager
 
ensurePrestart() - Method in class java.util.concurrent.ThreadPoolExecutor
Same as prestartCoreThread except arranges that at least one thread is started even if corePoolSize is 0.
entering(String, String) - Method in class java.util.logging.Logger
Log a method entry.
entering(String, String, Object) - Method in class java.util.logging.Logger
Log a method entry, with one parameter.
entering(String, String, Object[]) - Method in class java.util.logging.Logger
Log a method entry, with an array of parameters.
entries() - Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
Entry(long, String) - Constructor for class java.io.ExpiringCache.Entry
 
entry - Static variable in class java.lang.ConditionalSpecialCasing
 
Entry(int, char[], char[], String, int) - Constructor for class java.lang.ConditionalSpecialCasing.Entry
 
Entry(ThreadLocal<?>, Object) - Constructor for class java.lang.ThreadLocal.ThreadLocalMap.Entry
 
Entry(int, K, V, HashMap.Node<K, V>) - Constructor for class java.util.LinkedHashMap.Entry
 
Entry(K, V, TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.Entry
Make a new cell with given key, value, and parent, and with null child links, and BLACK color.
EntryIterator(ConcurrentHashMap.Node<K, V>[], int, int, int, ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.EntryIterator
 
entryIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
EntryIterator() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.EntryIterator
 
entryIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
EntryIterator() - Constructor for class java.util.HashMap.EntryIterator
 
EntryIterator(TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.EntryIterator
 
entrySet() - Method in class java.util.AbstractMap
 
entrySet() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a Set view of the mappings contained in this map.
EntrySet(ConcurrentNavigableMap<K1, V1>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
entrySet() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
entrySet() - Method in class java.util.EnumMap
Returns a Set view of the mappings contained in this map.
entrySet - Variable in class java.util.HashMap
Holds cached entrySet().
entrySet() - Method in class java.util.HashMap
Returns a Set view of the mappings contained in this map.
EntrySet() - Constructor for class java.util.HashMap.EntrySet
 
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.IdentityHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.LinkedHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.Map
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.SortedMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.TreeMap.AscendingSubMap
 
entrySet() - Method in class java.util.TreeMap.DescendingSubMap
 
entrySet() - Method in class java.util.TreeMap
Returns a Set view of the mappings contained in this map.
EntrySet() - Constructor for class java.util.TreeMap.EntrySet
 
entrySet() - Method in class java.util.WeakHashMap
Returns a Set view of the mappings contained in this map.
EntrySetView(ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
entrySetView - Variable in class java.util.TreeMap.NavigableSubMap
 
EntrySetView() - Constructor for class java.util.TreeMap.NavigableSubMap.EntrySetView
 
EntrySpliterator(ConcurrentHashMap.Node<K, V>[], int, int, int, long, ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
entrySpliterator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
EntrySpliterator(Comparator<? super K>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Node<K, V>, K, int) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.EntrySpliterator
 
EntrySpliterator(HashMap<K, V>, int, int, int, int) - Constructor for class java.util.HashMap.EntrySpliterator
 
EntrySpliterator(IdentityHashMap<K, V>, int, int, int, int) - Constructor for class java.util.IdentityHashMap.EntrySpliterator
 
EntrySpliterator(TreeMap<K, V>, TreeMap.Entry<K, V>, TreeMap.Entry<K, V>, int, int, int) - Constructor for class java.util.TreeMap.EntrySpliterator
 
EntrySpliterator(WeakHashMap<K, V>, int, int, int, int) - Constructor for class java.util.WeakHashMap.EntrySpliterator
 
entryTable - Static variable in class java.lang.ConditionalSpecialCasing
 
Enum<E extends Enum<E>> - Class in java.lang
This is the common base class of all Java language enumeration types.
Enum(String, int) - Constructor for class java.lang.Enum
Sole constructor.
ENUM - Static variable in class java.lang.reflect.Modifier
 
enumConstantDirectory() - Method in class java.lang.Class
Returns a map from simple name to enum constant.
EnumConstantNotPresentException - Exception in java.lang
Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name.
EnumConstantNotPresentException(Class<? extends Enum>, String) - Constructor for exception java.lang.EnumConstantNotPresentException
Constructs an EnumConstantNotPresentException for the specified constant.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies into the specified array every active thread in the current thread's thread group and its subgroups.
enumerate(Thread[]) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group and its subgroups.
enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumeration(Collection<T>) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
Enumeration<E> - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
EnumMap<K extends Enum<K>,V> - Class in java.util
A specialized Map implementation for use with enum type keys.
EnumMap(Class<K>) - Constructor for class java.util.EnumMap
Creates an empty enum map with the specified key type.
EnumMap(EnumMap<K, ? extends V>) - Constructor for class java.util.EnumMap
Creates an enum map with the same key type as the specified enum map, initially containing the same mappings (if any).
EnumMap(Map<K, ? extends V>) - Constructor for class java.util.EnumMap
Creates an enum map initialized from the specified map.
EnumSet<E extends Enum<E>> - Class in java.util
A specialized Set implementation for use with enum types.
EnumSet(Class<E>, Enum<?>[]) - Constructor for class java.util.EnumSet
 
enumType() - Method in exception java.lang.EnumConstantNotPresentException
Returns the type of the missing enum constant.
environment() - Method in class java.lang.ProcessBuilder
Returns a string map view of this process builder's environment.
environment(String[]) - Method in class java.lang.ProcessBuilder
 
eof - Variable in exception java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
eos - Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
eq(Object, Object) - Static method in class java.util.Collections
Returns true if the specified arguments are equal, or both null.
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in class java.io.ObjectStreamClass.WeakClassKey
Returns true if the given object is this identical WeakClassKey instance, or, if this object's referent has not been cleared, if the given object is another WeakClassKey instance with the identical non-null referent as this one.
equals(Object) - Method in interface java.lang.annotation.Annotation
Returns true if the specified object represents an annotation that is logically equivalent to this one.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Character.Subset
Compares two Subset objects for equality.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Enum
Returns true if the specified object is equal to this enum constant.
equals(Object) - Method in class java.lang.Float
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.ProcessBuilder.Redirect
Compares the specified object with this Redirect for equality.
equals(Object) - Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object) - Method in class java.lang.reflect.Field
Compares this Field against the specified object.
equals(Object) - Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.StackTraceElement
Returns true if the specified object is another StackTraceElement instance representing the same execution point as this instance.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.lang.Thread.WeakClassKey
Returns true if the given object is this identical WeakClassKey instance, or, if this object's referent has not been cleared, if the given object is another WeakClassKey instance with the identical non-null referent as this one.
equals(Object) - Method in class java.net.HttpCookie
Test the equality of two HTTP cookies.
equals(Object) - Method in class java.net.Inet4Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.Inet6Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetSocketAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InterfaceAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.NetworkInterface
Compares this object against the specified object.
equals(Object) - Method in class java.net.Proxy
Compares this object against the specified object.
equals(Object) - Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object) - Method in class java.net.URI
Tests this URI for equality with another object.
equals(Object) - Method in class java.net.URL
Compares this URL for equality with another object.
equals(URL, URL) - Method in class java.net.URLStreamHandler
Provides the default equals calculation.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of booleans are equal to one another.
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this Calendar to the specified Object.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in class java.util.Collections.CheckedList
 
equals(Object) - Method in class java.util.Collections.CheckedQueue
 
equals(Object) - Method in class java.util.Collections.CheckedSet
 
equals(Object) - Method in class java.util.Collections.SynchronizedList
 
equals(Object) - Method in class java.util.Collections.SynchronizedSet
 
equals(Object) - Method in class java.util.Collections.UnmodifiableList
 
equals(Object) - Method in class java.util.Collections.UnmodifiableSet
 
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this comparator.
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
equals(Object) - Method in class java.util.concurrent.ConcurrentHashMap.Node
 
equals(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
equals(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
equals(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.EnumMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.GregorianCalendar
Compares this GregorianCalendar to the specified Object.
equals(Object) - Method in class java.util.HashMap.Node
 
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in class java.util.IdentityHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.JapaneseImperialCalendar
Compares this JapaneseImperialCalendar to the specified Object.
equals(Object) - Method in class java.util.JumboEnumSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.Locale
Returns true if this Locale is equal to another object.
equals(Object) - Method in class java.util.Locale.LanguageRange
Compares this object to the specified object.
equals(Object) - Method in class java.util.logging.Level
Compare two objects for value equality.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in class java.util.RegularEnumSet
Compares the specified object with this set for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object) - Method in class java.util.TreeMap.Entry
 
equals(Object) - Method in class java.util.UUID
Compares this object to the specified object.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
ERA_MASK - Static variable in class java.util.Calendar
 
err - Static variable in class java.lang.System
The "standard" error output stream.
ERROR - Static variable in class java.lang.Character
Error flag.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs a new error with null as its detail message.
Error(String) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message.
Error(String, Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message and cause.
Error(Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Error(String, Throwable, boolean, boolean) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
error(String, Exception, int) - Method in class java.util.logging.ErrorManager
The error method is called when a Handler failure occurs.
ErrorManager - Class in java.util.logging
ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging.
ErrorManager() - Constructor for class java.util.logging.ErrorManager
 
est - Variable in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
est - Variable in class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
est - Variable in class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
est - Variable in class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
est - Variable in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
est - Variable in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
est - Variable in class java.util.HashMap.HashMapSpliterator
 
est - Variable in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
est - Variable in class java.util.LinkedList.LLSpliterator
 
est - Variable in class java.util.TreeMap.TreeMapSpliterator
 
est - Variable in class java.util.WeakHashMap.WeakHashMapSpliterator
 
estimateSize() - Method in class java.util.ArrayDeque.DeqSpliterator
 
estimateSize() - Method in class java.util.ArrayList.ArrayListSpliterator
 
estimateSize() - Method in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
estimateSize() - Method in class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
estimateSize() - Method in class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
estimateSize() - Method in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
estimateSize() - Method in class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
estimateSize() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
estimateSize() - Method in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
estimateSize() - Method in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
estimateSize() - Method in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
estimateSize() - Method in class java.util.HashMap.HashMapSpliterator
 
estimateSize() - Method in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
estimateSize() - Method in class java.util.LinkedList.LLSpliterator
 
estimateSize() - Method in class java.util.PriorityQueue.PriorityQueueSpliterator
 
estimateSize() - Method in class java.util.Random.RandomDoublesSpliterator
 
estimateSize() - Method in class java.util.Random.RandomIntsSpliterator
 
estimateSize() - Method in class java.util.Random.RandomLongsSpliterator
 
estimateSize() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
estimateSize() - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
estimateSize() - Method in class java.util.TreeMap.TreeMapSpliterator
 
estimateSize() - Method in class java.util.Vector.VectorSpliterator
 
estimateSize() - Method in class java.util.WeakHashMap.WeakHashMapSpliterator
 
ETHIOPIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic" Unicode character block.
ETHIOPIC_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic Extended" Unicode character block.
ETHIOPIC_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic Extended-A" Unicode character block.
ETHIOPIC_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ethiopic Supplement" Unicode character block.
EventListener - Interface in java.util
A tagging interface that all event listener interfaces must extend.
EventListenerProxy<T extends EventListener> - Class in java.util
An abstract wrapper class for an EventListener class which associates a set of additional parameters with the listener.
EventListenerProxy(T) - Constructor for class java.util.EventListenerProxy
Creates a proxy for the specified listener.
EventObject - Class in java.util
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs a new exception with null as its detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message.
Exception(String, Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message and cause.
Exception(Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Exception(String, Throwable, boolean, boolean) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
ExceptionInInitializerError - Error in java.lang
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object.
ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
excessNanos(long, long) - Method in enum java.util.concurrent.TimeUnit
Utility to compute the excess-nanosecond argument to wait, sleep, join.
exchange(V) - Method in class java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted), and then transfers the given object to it, receiving its object in return.
exchange(V, long, TimeUnit) - Method in class java.util.concurrent.Exchanger
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted or the specified waiting time elapses), and then transfers the given object to it, receiving its object in return.
Exchanger<V> - Class in java.util.concurrent
A synchronization point at which threads can pair and swap elements within pairs.
Exchanger() - Constructor for class java.util.concurrent.Exchanger
Creates a new Exchanger.
Exchanger.Node - Class in java.util.concurrent
Nodes hold partially exchanged data, plus other per-thread bookkeeping.
Exchanger.Participant - Class in java.util.concurrent
The corresponding thread local class
EXCLUSIVE - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Marker to indicate a node is waiting in exclusive mode
EXCLUSIVE - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Marker to indicate a node is waiting in exclusive mode
EXCLUSIVE_MASK - Static variable in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
exclusiveCount(int) - Static method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Returns the number of exclusive holds represented in count
exec(String) - Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String, String[], File) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment and working directory.
exec(String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
exec(String[], String[], File) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment and working directory.
execute(Runnable) - Method in interface java.util.concurrent.Executor
Executes the given command at some time in the future.
execute(Runnable) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
execute(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Executes command with zero required delay.
execute(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Executes the given task sometime in the future.
EXECUTED - Static variable in class java.util.TimerTask
This non-repeating task has already executed (or is currently executing) and has not been cancelled.
ExecutionException - Exception in java.util.concurrent
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExecutionException() - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with no detail message.
ExecutionException(String) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message.
ExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message and cause.
ExecutionException(Throwable) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified cause.
Executor - Interface in java.util.concurrent
An object that executes submitted Runnable tasks.
ExecutorCompletionService<V> - Class in java.util.concurrent
A CompletionService that uses a supplied Executor to execute tasks.
ExecutorCompletionService(Executor) - Constructor for class java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue.
ExecutorCompletionService(Executor, BlockingQueue<Future<V>>) - Constructor for class java.util.concurrent.ExecutorCompletionService
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
Executors - Class in java.util.concurrent
Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package.
Executors.DefaultThreadFactory - Class in java.util.concurrent
The default thread factory
Executors.DelegatedExecutorService - Class in java.util.concurrent
A wrapper class that exposes only the ExecutorService methods of an ExecutorService implementation.
Executors.DelegatedScheduledExecutorService - Class in java.util.concurrent
A wrapper class that exposes only the ScheduledExecutorService methods of a ScheduledExecutorService implementation.
Executors.FinalizableDelegatedExecutorService - Class in java.util.concurrent
 
Executors.PrivilegedCallable<T> - Class in java.util.concurrent
A callable that runs under established access control settings
Executors.PrivilegedCallableUsingCurrentClassLoader<T> - Class in java.util.concurrent
A callable that runs under established access control settings and current ClassLoader
Executors.PrivilegedThreadFactory - Class in java.util.concurrent
Thread factory capturing access control context and class loader
Executors.RunnableAdapter<T> - Class in java.util.concurrent
A callable that runs given task and returns given result
ExecutorService - Interface in java.util.concurrent
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks.
exhausted - Variable in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
exhausted - Variable in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
exhausted - Variable in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
exists() - Method in class java.io.File
Tests whether the file or directory denoted by this abstract pathname exists.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
exit(int) - Static method in class java.lang.Shutdown
 
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exiting(String, String) - Method in class java.util.logging.Logger
Log a method return.
exiting(String, String, Object) - Method in class java.util.logging.Logger
Log a method return, with result object.
exitValue() - Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double) - Static method in class java.lang.Math
Returns Euler's number e raised to the power of a double value.
exp(double) - Static method in class java.lang.StrictMath
Returns Euler's number e raised to the power of a double value.
expandCapacity(int) - Method in class java.lang.AbstractStringBuilder
This implements the expansion semantics of ensureCapacity with no size check or synchronization.
expectedModCount - Variable in class java.util.HashMap.HashIterator
 
expectedModCount - Variable in class java.util.HashMap.HashMapSpliterator
 
expectedModCount - Variable in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
expectedModCount - Variable in class java.util.LinkedHashMap.LinkedHashIterator
 
expectedModCount - Variable in class java.util.LinkedList.LLSpliterator
 
expectedModCount - Variable in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
expectedModCount - Variable in class java.util.TreeMap.PrivateEntryIterator
 
expectedModCount - Variable in class java.util.TreeMap.TreeMapSpliterator
 
expectedModCount - Variable in class java.util.WeakHashMap.WeakHashMapSpliterator
 
expiration - Variable in class java.net.InetAddress.CacheEntry
 
ExpiringCache - Class in java.io
 
ExpiringCache() - Constructor for class java.io.ExpiringCache
 
ExpiringCache(long) - Constructor for class java.io.ExpiringCache
 
ExpiringCache.Entry - Class in java.io
 
expm1(double) - Static method in class java.lang.Math
Returns ex -1.
expm1(double) - Static method in class java.lang.StrictMath
Returns ex -1.
export(OutputStream, Preferences, boolean) - Static method in class java.util.prefs.XmlSupport
Export the specified preferences node and, if subTree is true, all subnodes, to the specified output stream.
exportEntry(TreeMap.Entry<K, V>) - Static method in class java.util.TreeMap
Return SimpleImmutableEntry for entry, or null if null
exportMap(OutputStream, Map<String, String>) - Static method in class java.util.prefs.XmlSupport
Export the specified Map to a map document on the specified OutputStream as per the prefs DTD.
exportNode(OutputStream) - Method in class java.util.prefs.AbstractPreferences
Implements the exportNode method as per the specification in Preferences.exportNode(OutputStream).
exportNode(OutputStream) - Method in class java.util.prefs.Preferences
Emits on the specified output stream an XML document representing all of the preferences contained in this node (but not its descendants).
exportSubtree(OutputStream) - Method in class java.util.prefs.AbstractPreferences
Implements the exportSubtree method as per the specification in Preferences.exportSubtree(OutputStream).
exportSubtree(OutputStream) - Method in class java.util.prefs.Preferences
Emits an XML document representing all of the preferences contained in this node and all of its descendants.
EXTCRC - Static variable in interface java.util.zip.ZipConstants
 
Externalizable - Interface in java.io
Only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.
EXTHDR - Static variable in interface java.util.zip.ZipConstants
 
EXTLEN - Static variable in interface java.util.zip.ZipConstants
 
extra - Variable in class java.util.zip.ZipEntry
 
EXTSIG - Static variable in interface java.util.zip.ZipConstants
 
EXTSIZ - Static variable in interface java.util.zip.ZipConstants
 

F

factory - Static variable in class java.net.DatagramSocket
User defined factory for all datagram sockets.
factory - Static variable in class java.net.URL
The URLStreamHandler factory.
factory - Static variable in class java.net.URLConnection
The ContentHandler factory.
FactoryURLClassLoader - Class in java.net
 
FactoryURLClassLoader(URL[], ClassLoader, AccessControlContext) - Constructor for class java.net.FactoryURLClassLoader
 
FactoryURLClassLoader(URL[], AccessControlContext) - Constructor for class java.net.FactoryURLClassLoader
 
FairSync() - Constructor for class java.util.concurrent.locks.ReentrantLock.FairSync
 
FairSync() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.FairSync
 
FairSync(int) - Constructor for class java.util.concurrent.Semaphore.FairSync
 
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
family - Variable in class java.net.InetAddress.InetAddressHolder
Specifies the address family type, for instance, '1' for IPv4 addresses, and '2' for IPv6 addresses.
fd - Variable in class java.net.DatagramSocketImpl
The file descriptor object.
fd - Variable in class java.net.SocketImpl
The file descriptor object for this socket.
fdLock - Variable in class java.net.AbstractPlainSocketImpl
 
fdUseCount - Variable in class java.net.AbstractPlainSocketImpl
 
FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
fence - Variable in class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
fence - Variable in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
fence - Variable in class java.util.HashMap.HashMapSpliterator
 
fence - Variable in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
fence - Variable in class java.util.Random.RandomDoublesSpliterator
 
fence - Variable in class java.util.Random.RandomIntsSpliterator
 
fence - Variable in class java.util.Random.RandomLongsSpliterator
 
fence - Variable in class java.util.TreeMap.TreeMapSpliterator
 
fence - Variable in class java.util.WeakHashMap.WeakHashMapSpliterator
 
fenceKey - Variable in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
Field - Class in java.lang.reflect
A Field provides information about, and dynamic access to, a single field of a class or an interface.
Field(Class<?>, String, Class<?>, int, int, String, byte[]) - Constructor for class java.lang.reflect.Field
Package-private constructor used by ReflectAccess to enable instantiation of these objects in Java code from the java.lang package via sun.reflect.LangReflectAccess.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
fieldModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a field.
fields - Variable in class java.util.Calendar
The calendar field values for the currently set time for this calendar.
FifoWaitQueue() - Constructor for class java.util.concurrent.SynchronousQueue.FifoWaitQueue
 
File - Class in java.io
An abstract representation of file and directory pathnames.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(URI) - Constructor for class java.io.File
Creates a new File instance by converting the given file: URI into an abstract pathname.
file() - Method in class java.lang.ProcessBuilder.Redirect
Returns the File source or destination associated with this redirect, or null if there is no such file.
FileFilter - Interface in java.io
A filter for abstract pathnames.
FileHandler - Class in java.util.logging
Simple file logging Handler.
FileHandler() - Constructor for class java.util.logging.FileHandler
Construct a default FileHandler.
FileHandler(String) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to the given filename.
FileHandler(String, boolean) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to the given filename, with optional append.
FileHandler(String, int, int) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to a set of files.
FileHandler(String, int, int, boolean) - Constructor for class java.util.logging.FileHandler
Initialize a FileHandler to write to a set of files with optional append.
FileInputStream - Class in java.io
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the file system.
FilenameFilter - Interface in java.io
Instances of classes that implement this interface are used to filter filenames.
FileNameMap - Interface in java.net
A simple interface which provides a mechanism to map between a file name and a MIME type string.
FileNotFoundException - Exception in java.io
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream - Class in java.io
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
FilePermission - Class in java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FilePermission(String, int) - Constructor for class java.io.FilePermission
Creates a new FilePermission object using an action mask.
FilePermissionCollection - Class in java.io
A FilePermissionCollection stores a set of FilePermission permissions.
FilePermissionCollection() - Constructor for class java.io.FilePermissionCollection
Create an empty FilePermissionCollection object.
FileReader - Class in java.io
Convenience class for reading character files.
FileReader(String) - Constructor for class java.io.FileReader
Creates a new FileReader, given the name of the file to read from.
FileReader(File) - Constructor for class java.io.FileReader
Creates a new FileReader, given the File to read from.
FileReader(FileDescriptor) - Constructor for class java.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
FileSystem - Class in java.io
Package-private abstract class for the local filesystem abstraction.
FileSystem() - Constructor for class java.io.FileSystem
 
FileWriter - Class in java.io
Convenience class for writing character files.
FileWriter(String) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, boolean) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileWriter(File) - Constructor for class java.io.FileWriter
Constructs a FileWriter object
given a File object.
FileWriter(File, boolean) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
fill(long[], long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(int[], int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(char[], char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(List<? super T>, T) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill() - Method in class java.util.zip.InflaterInputStream
Fills input buffer with more data to decompress.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
filter(List<Locale.LanguageRange>, Collection<Locale>, Locale.FilteringMode) - Static method in class java.util.Locale
Returns a list of matching Locale instances using the filtering mechanism defined in RFC 4647.
filter(List<Locale.LanguageRange>, Collection<Locale>) - Static method in class java.util.Locale
Returns a list of matching Locale instances using the filtering mechanism defined in RFC 4647.
Filter - Interface in java.util.logging
A Filter can be used to provide fine grain control over what is logged, beyond the control provided by log levels.
FILTERED - Static variable in class java.util.zip.Deflater
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader - Class in java.io
Abstract class for reading filtered character streams.
FilterReader(Reader) - Constructor for class java.io.FilterReader
Creates a new filtered reader.
filterTags(List<Locale.LanguageRange>, Collection<String>, Locale.FilteringMode) - Static method in class java.util.Locale
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
filterTags(List<Locale.LanguageRange>, Collection<String>) - Static method in class java.util.Locale
Returns a list of matching languages tags using the basic filtering mechanism defined in RFC 4647.
FilterWriter - Class in java.io
Abstract class for writing filtered character streams.
FilterWriter(Writer) - Constructor for class java.io.FilterWriter
Create a new filtered writer.
FINAL - Static variable in class java.lang.reflect.Modifier
The int value representing the final modifier.
FINAL_CASED - Static variable in class java.lang.ConditionalSpecialCasing
 
FINAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pf" in the Unicode specification.
FinalizableDelegatedExecutorService(ExecutorService) - Constructor for class java.util.concurrent.Executors.FinalizableDelegatedExecutorService
 
finalize() - Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize() - Method in class java.io.FileOutputStream
Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize() - Method in class java.lang.ClassLoader.NativeLibrary
 
finalize() - Method in class java.lang.Enum
enum classes cannot have finalize methods.
finalize() - Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class java.net.AbstractPlainDatagramSocketImpl
 
finalize() - Method in class java.net.AbstractPlainSocketImpl
Cleans up if the user forgets to close it.
finalize() - Method in class java.net.SocketInputStream
Overrides finalize, the fd is closed by the Socket.
finalize() - Method in class java.net.SocketOutputStream
Overrides finalize, the fd is closed by the Socket.
finalize() - Method in class java.util.concurrent.Executors.FinalizableDelegatedExecutorService
 
finalize() - Method in class java.util.concurrent.ThreadPoolExecutor
Invokes shutdown when this executor is no longer referenced and it has no threads.
finalize() - Method in class java.util.zip.Deflater
Closes the compressor when garbage is collected.
finalize() - Method in class java.util.zip.Inflater
Closes the decompressor when garbage is collected.
finalize() - Method in class java.util.zip.ZipFile
Ensures that the system resources held by this ZipFile object are released when there are no more references to it.
Finalizer - Class in java.lang.ref
 
FinalReference<T> - Class in java.lang.ref
Final references, used to implement finalization
FinalReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.FinalReference
 
find(String) - Method in class java.lang.ClassLoader.NativeLibrary
 
find(int, Object) - Method in class java.util.concurrent.ConcurrentHashMap.ForwardingNode
 
find(int, Object) - Method in class java.util.concurrent.ConcurrentHashMap.Node
Virtualized support for map.get(); overridden in subclasses.
find(int, Object) - Method in class java.util.concurrent.ConcurrentHashMap.ReservationNode
 
find(int, Object) - Method in class java.util.concurrent.ConcurrentHashMap.TreeBin
Returns matching node or null if none.
find(int, Object) - Method in class java.util.concurrent.ConcurrentHashMap.TreeNode
 
find(int, Object, Class<?>) - Method in class java.util.HashMap.TreeNode
Finds the node starting at root p with the given hash and key.
find() - Method in class java.util.regex.Matcher
Attempts to find the next subsequence of the input sequence that matches the pattern.
find(int) - Method in class java.util.regex.Matcher
Resets this matcher and then attempts to find the next subsequence of the input sequence that matches the pattern, starting at the specified index.
findBuiltinLib(String) - Static method in class java.lang.ClassLoader.NativeLibrary
 
findByLocalizedLevelName(String) - Static method in class java.util.logging.Level.KnownLevel
 
findByName(String) - Static method in class java.util.logging.Level.KnownLevel
 
findByValue(int) - Static method in class java.util.logging.Level.KnownLevel
 
findClass(String) - Method in class java.lang.ClassLoader
Finds the class with the specified binary name.
findClass(String) - Method in class java.net.URLClassLoader
Finds and loads the class with the specified name from the URL search path.
findDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
Finds cycles of threads that are in deadlock waiting to acquire object monitors or ownable synchronizers.
findFirst() - Method in class java.util.concurrent.ConcurrentSkipListMap
Specialized variant of findNode to get first valid node.
findInLine(String) - Method in class java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findInLine(Pattern) - Method in class java.util.Scanner
Attempts to find the next occurrence of the specified pattern ignoring delimiters.
findLast() - Method in class java.util.concurrent.ConcurrentSkipListMap
Specialized version of find to get last valid node.
findLevel(String) - Static method in class java.util.logging.Level
 
findLibrary(String) - Method in class java.lang.ClassLoader
Returns the absolute path name of a native library.
findLoadedClass(String) - Method in class java.lang.ClassLoader
Returns the class with the given binary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that binary name.
findLogger(String) - Method in class java.util.logging.LogManager.LoggerContext
 
findMonitorDeadlockedThreads() - Method in interface java.lang.management.ThreadMXBean
Finds cycles of threads that are in deadlock waiting to acquire object monitors.
findNative(ClassLoader, String) - Static method in class java.lang.ClassLoader
 
findNear(K, int, Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap
Utility for ceiling, floor, lower, higher methods.
findResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
findResource(String) - Method in class java.net.URLClassLoader
Finds the resource with the specified name on the URL search path.
findResources(String) - Method in class java.lang.ClassLoader
Returns an enumeration of URL objects representing all the resources with the given name.
findResources(String) - Method in class java.net.URLClassLoader
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
findSystemClass(String) - Method in class java.lang.ClassLoader
Finds a class with the specified binary name, loading it if necessary.
findTreeNode(int, Object, Class<?>) - Method in class java.util.concurrent.ConcurrentHashMap.TreeNode
Returns the TreeNode (or null if not found) for the given key starting at given root.
findWithinHorizon(String, int) - Method in class java.util.Scanner
Attempts to find the next occurrence of a pattern constructed from the specified string, ignoring delimiters.
findWithinHorizon(Pattern, int) - Method in class java.util.Scanner
Attempts to find the next occurrence of the specified pattern.
FINE - Static variable in class java.util.logging.Level
FINE is a message level providing tracing information.
fine(String) - Method in class java.util.logging.Logger
Log a FINE message.
fine(Supplier<String>) - Method in class java.util.logging.Logger
Log a FINE message, which is only to be constructed if the logging level is such that the message will actually be logged.
FINER - Static variable in class java.util.logging.Level
FINER indicates a fairly detailed tracing message.
finer(String) - Method in class java.util.logging.Logger
Log a FINER message.
finer(Supplier<String>) - Method in class java.util.logging.Logger
Log a FINER message, which is only to be constructed if the logging level is such that the message will actually be logged.
FINEST - Static variable in class java.util.logging.Level
FINEST indicates a highly detailed tracing message.
finest(String) - Method in class java.util.logging.Logger
Log a FINEST message.
finest(Supplier<String>) - Method in class java.util.logging.Logger
Log a FINEST message, which is only to be constructed if the logging level is such that the message will actually be logged.
finish() - Method in class java.util.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class java.util.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.GZIPOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.InflaterOutputStream
Finishes writing uncompressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
finished() - Method in class java.util.zip.Deflater
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in class java.util.zip.Inflater
Returns true if the end of the compressed data stream has been reached.
first() - Method in class java.util.Collections.CheckedSortedSet
 
first() - Method in class java.util.Collections.SynchronizedSortedSet
 
first() - Method in class java.util.Collections.UnmodifiableSortedSet
 
first - Variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
first() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the first live (non-deleted) node on list, or null if none.
first() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
first() - Method in class java.util.concurrent.ConcurrentSkipListSet
first - Variable in class java.util.concurrent.LinkedBlockingDeque
Pointer to first node.
first - Variable in class java.util.LinkedList
Pointer to first node.
first - Variable in class java.util.regex.Matcher
The range of string that last matched the pattern.
First(Pattern.Node) - Constructor for class java.util.regex.Pattern.First
 
first() - Method in interface java.util.SortedSet
Returns the first (lowest) element currently in this set.
first() - Method in class java.util.TreeMap.KeySet
 
first() - Method in class java.util.TreeSet
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstEntry() - Method in class java.util.Collections.CheckedNavigableMap
 
firstEntry() - Method in class java.util.Collections.SynchronizedNavigableMap
 
firstEntry() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
firstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
firstEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class java.util.TreeMap
firstEntry() - Method in class java.util.TreeMap.NavigableSubMap
 
firstKey() - Method in class java.util.Collections.CheckedNavigableMap
 
firstKey() - Method in class java.util.Collections.CheckedSortedMap
 
firstKey() - Method in class java.util.Collections.SynchronizedSortedMap
 
firstKey() - Method in class java.util.Collections.UnmodifiableSortedMap
 
firstKey() - Method in class java.util.concurrent.ConcurrentSkipListMap
firstKey() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this map.
firstKey() - Method in class java.util.TreeMap
firstKey() - Method in class java.util.TreeMap.NavigableSubMap
 
fixedContentLength - Variable in class java.net.HttpURLConnection
The fixed content-length when using fixed-length streaming mode.
fixedContentLengthLong - Variable in class java.net.HttpURLConnection
The fixed content-length when using fixed-length streaming mode.
flag - Variable in class java.util.zip.ZipEntry
 
flags() - Method in class java.util.regex.Pattern
Returns this pattern's match flags.
flip(int) - Method in class java.util.BitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class java.util.BitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type float.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float after a widening primitive conversion.
floatValue() - Method in class java.lang.Double
Returns the value of this Double as a float after a narrowing primitive conversion.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float after a widening primitive conversion.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float after a widening primitive conversion.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float, which may involve rounding.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float after a widening primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as a float after a widening primitive conversion.
floatValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as a float after a widening primitive conversion.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(E) - Method in class java.util.Collections.CheckedNavigableSet
 
floor(E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
floor(E) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
floor(E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
floor(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
floor(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floor(E) - Method in class java.util.TreeMap.KeySet
 
floor(E) - Method in class java.util.TreeSet
floorDiv(int, int) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) int value that is less than or equal to the algebraic quotient.
floorDiv(long, long) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) long value that is less than or equal to the algebraic quotient.
floorDiv(int, int) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) int value that is less than or equal to the algebraic quotient.
floorDiv(long, long) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) long value that is less than or equal to the algebraic quotient.
floorEntry(K) - Method in class java.util.Collections.CheckedNavigableMap
 
floorEntry(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
floorEntry(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
floorEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
floorEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in class java.util.TreeMap
floorEntry(K) - Method in class java.util.TreeMap.NavigableSubMap
 
floorKey(K) - Method in class java.util.Collections.CheckedNavigableMap
 
floorKey(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
floorKey(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
floorKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
floorKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
floorKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in class java.util.TreeMap
floorKey(K) - Method in class java.util.TreeMap.NavigableSubMap
 
floorMod(int, int) - Static method in class java.lang.Math
Returns the floor modulus of the int arguments.
floorMod(long, long) - Static method in class java.lang.Math
Returns the floor modulus of the long arguments.
floorMod(int, int) - Static method in class java.lang.StrictMath
Returns the floor modulus of the int arguments.
floorMod(long, long) - Static method in class java.lang.StrictMath
Returns the floor modulus of the long arguments.
flush() - Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class java.io.BufferedWriter
Flushes the stream.
flush() - Method in class java.io.CharArrayWriter
Flush the stream.
flush() - Method in class java.io.Console
Flushes the console and forces any buffered output to be written immediately .
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class java.io.FilterWriter
Flushes the stream.
flush() - Method in interface java.io.Flushable
Flushes this stream by writing any buffered output to the underlying stream.
flush() - Method in interface java.io.ObjectOutput
Flushes the stream.
flush() - Method in class java.io.ObjectOutputStream
Flushes the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flushes the stream.
flush() - Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.PipedWriter
Flushes this output stream and forces any buffered output characters to be written out.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.PrintWriter
Flushes the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flushes the stream.
flush() - Method in class java.util.Formatter
Flushes this formatter.
flush() - Method in class java.util.logging.Handler
Flush any buffered output.
flush() - Method in class java.util.logging.MemoryHandler
Causes a flush on the target Handler.
flush() - Method in class java.util.logging.StreamHandler
Flush any buffered messages.
flush() - Method in class java.util.prefs.AbstractPreferences
Implements the flush method as per the specification in Preferences.flush().
flush() - Method in class java.util.prefs.Preferences
Forces any changes in the contents of this preference node and its descendants to the persistent store.
flush() - Method in class java.util.zip.DeflaterOutputStream
Flushes the compressed output stream.
flush() - Method in class java.util.zip.InflaterOutputStream
Flushes this output stream, forcing any pending buffered output bytes to be written.
FLUSH_FAILURE - Static variable in class java.util.logging.ErrorManager
FLUSH_FAILURE is used when a flush to an output stream fails.
Flushable - Interface in java.io
A Flushable is a destination of data that can be flushed.
flushBuffer() - Method in class java.io.BufferedWriter
Flushes the output buffer to the underlying character stream, without flushing the stream itself.
flushBuffer() - Method in class java.io.OutputStreamWriter
Flushes the output buffer to the underlying byte stream, without flushing the byte stream itself.
flushSpi() - Method in class java.util.prefs.AbstractPreferences
This method is invoked with this node locked.
forClass() - Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
forEach(Consumer<? super T>) - Method in interface java.lang.Iterable
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
forEach(Consumer<? super E>) - Method in class java.util.ArrayList
 
forEach(Consumer<? super E>) - Method in class java.util.Collections.AsLIFOQueue
 
forEach(Consumer<? super E>) - Method in class java.util.Collections.CheckedCollection
 
forEach(Consumer<? super E>) - Method in class java.util.Collections.SynchronizedCollection
 
forEach(Consumer<? super E>) - Method in class java.util.Collections.UnmodifiableCollection
 
forEach(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each (key, value).
forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each (key, value).
forEach(Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
forEach(Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface java.util.concurrent.ConcurrentMap
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
forEach(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
forEach(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
 
forEach(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.HashMap.EntrySet
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.HashMap
 
forEach(Consumer<? super K>) - Method in class java.util.HashMap.KeySet
 
forEach(Consumer<? super V>) - Method in class java.util.HashMap.Values
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.Hashtable
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.IdentityHashMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.LinkedHashMap
 
forEach(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
forEach(Consumer<? super K>) - Method in class java.util.LinkedHashMap.LinkedKeySet
 
forEach(Consumer<? super V>) - Method in class java.util.LinkedHashMap.LinkedValues
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface java.util.Map
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.TreeMap
 
forEach(Consumer<? super E>) - Method in class java.util.Vector
 
forEach(BiConsumer<? super K, ? super V>) - Method in class java.util.WeakHashMap
 
forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each entry.
forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each entry.
ForEachEntryTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Consumer<? super Map.Entry<K, V>>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachEntryTask
 
forEachKey(long, Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each key.
forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each key.
ForEachKeyTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Consumer<? super K>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachKeyTask
 
ForEachMappingTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], BiConsumer<? super K, ? super V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachMappingTask
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.ArrayDeque.DeqSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.ArrayList.ArrayListSpliterator
 
forEachRemaining(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
forEachRemaining(Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
forEachRemaining(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySpliterator
 
forEachRemaining(Consumer<? super T>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
forEachRemaining(Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.ValueSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
forEachRemaining(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.HashMap.EntrySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.HashMap.KeySpliterator
 
forEachRemaining(Consumer<? super V>) - Method in class java.util.HashMap.ValueSpliterator
 
forEachRemaining(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.IdentityHashMap.EntrySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.IdentityHashMap.KeySpliterator
 
forEachRemaining(Consumer<? super V>) - Method in class java.util.IdentityHashMap.ValueSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in interface java.util.Iterator
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
forEachRemaining(Consumer<? super E>) - Method in class java.util.LinkedList.LLSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.PriorityQueue.PriorityQueueSpliterator
 
forEachRemaining(DoubleConsumer) - Method in class java.util.Random.RandomDoublesSpliterator
 
forEachRemaining(IntConsumer) - Method in class java.util.Random.RandomIntsSpliterator
 
forEachRemaining(LongConsumer) - Method in class java.util.Random.RandomLongsSpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.TreeMap.DescendingKeySpliterator
 
forEachRemaining(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.TreeMap.EntrySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.TreeMap.KeySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
forEachRemaining(Consumer<? super V>) - Method in class java.util.TreeMap.ValueSpliterator
 
forEachRemaining(Consumer<? super E>) - Method in class java.util.Vector.VectorSpliterator
 
forEachRemaining(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.WeakHashMap.EntrySpliterator
 
forEachRemaining(Consumer<? super K>) - Method in class java.util.WeakHashMap.KeySpliterator
 
forEachRemaining(Consumer<? super V>) - Method in class java.util.WeakHashMap.ValueSpliterator
 
ForEachTransformedEntryTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachTransformedEntryTask
 
ForEachTransformedKeyTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Function<? super K, ? extends U>, Consumer<? super U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachTransformedKeyTask
 
ForEachTransformedMappingTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachTransformedMappingTask
 
ForEachTransformedValueTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Function<? super V, ? extends U>, Consumer<? super U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachTransformedValueTask
 
forEachValue(long, Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each value.
forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class java.util.concurrent.ConcurrentHashMap
Performs the given action for each non-null transformation of each value.
ForEachValueTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Consumer<? super V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForEachValueTask
 
forInputString(String) - Static method in exception java.lang.NumberFormatException
Factory method for making a NumberFormatException given the specified input which caused the error.
forLanguageTag(String) - Static method in class java.util.Locale
Returns a locale for the specified IETF BCP 47 language tag string.
format(String, Object...) - Method in class java.io.Console
Writes a formatted string to this console's output stream using the specified format string and arguments.
format(String, Object...) - Method in class java.io.PrintStream
Writes a formatted string to this output stream using the specified format string and arguments.
format(Locale, String, Object...) - Method in class java.io.PrintStream
Writes a formatted string to this output stream using the specified format string and arguments.
format(String, Object...) - Method in class java.io.PrintWriter
Writes a formatted string to this writer using the specified format string and arguments.
format(Locale, String, Object...) - Method in class java.io.PrintWriter
Writes a formatted string to this writer using the specified format string and arguments.
FORMAT - Static variable in class java.lang.Character
General category "Cf" in the Unicode specification.
format(String, Object...) - Static method in class java.lang.String
Returns a formatted string using the specified format string and arguments.
format(Locale, String, Object...) - Static method in class java.lang.String
Returns a formatted string using the specified locale, format string, and arguments.
format(String, Object...) - Method in class java.util.Formatter
Writes a formatted string to this object's destination using the specified format string and arguments.
format(Locale, String, Object...) - Method in class java.util.Formatter
Writes a formatted string to this object's destination using the specified locale, format string, and arguments.
format(LogRecord) - Method in class java.util.logging.Formatter
Format the given log record and return the formatted string.
format(LogRecord) - Method in class java.util.logging.SimpleFormatter
Format the given LogRecord.
format(LogRecord) - Method in class java.util.logging.XMLFormatter
Format the given message to XML.
FORMAT_CLASS - Static variable in class java.util.ResourceBundle.Control
The class-only format List containing "java.class".
FORMAT_DEFAULT - Static variable in class java.util.ResourceBundle.Control
The default format List, which contains the strings "java.class" and "java.properties", in this order.
FORMAT_FAILURE - Static variable in class java.util.logging.ErrorManager
FORMAT_FAILURE is used when formatting fails for any reason.
FORMAT_PROPERTIES - Static variable in class java.util.ResourceBundle.Control
The properties-only format List containing "java.properties".
FormatFlagsConversionMismatchException - Exception in java.util
Unchecked exception thrown when a conversion and flag are incompatible.
FormatFlagsConversionMismatchException(String, char) - Constructor for exception java.util.FormatFlagsConversionMismatchException
Constructs an instance of this class with the specified flag and conversion.
formatMessage(LogRecord) - Method in class java.util.logging.Formatter
Localize and format the message string from a log record.
Formattable - Interface in java.util
The Formattable interface must be implemented by any class that needs to perform custom formatting using the 's' conversion specifier of Formatter.
FormattableFlags - Class in java.util
FomattableFlags are passed to the Formattable.formatTo() method and modify the output format for Formattables.
Formatter - Class in java.util
An interpreter for printf-style format strings.
Formatter() - Constructor for class java.util.Formatter
Constructs a new formatter.
Formatter(Appendable) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified destination.
Formatter(Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified locale.
Formatter(Appendable, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified destination and locale.
Formatter(String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file name.
Formatter(String, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file name and charset.
Formatter(String, String, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file name, charset, and locale.
Formatter(File) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file.
Formatter(File, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file and charset.
Formatter(File, String, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified file, charset, and locale.
Formatter(PrintStream) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified print stream.
Formatter(OutputStream) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream.
Formatter(OutputStream, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream and charset.
Formatter(OutputStream, String, Locale) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream, charset, and locale.
Formatter - Class in java.util.logging
A Formatter provides support for formatting LogRecords.
Formatter() - Constructor for class java.util.logging.Formatter
Construct a new formatter.
Formatter.BigDecimalLayoutForm - Enum in java.util
Enum for BigDecimal formatting.
FormatterClosedException - Exception in java.util
Unchecked exception thrown when the formatter has been closed.
FormatterClosedException() - Constructor for exception java.util.FormatterClosedException
Constructs an instance of this class.
formatTo(Formatter, int, int, int) - Method in interface java.util.Formattable
Formats the object using the provided formatter.
formatUnsignedInt(int, int, char[], int, int) - Static method in class java.lang.Integer
Format a long (treated as unsigned) into a character buffer.
formatUnsignedLong(long, int, char[], int, int) - Static method in class java.lang.Long
Format a long (treated as unsigned) into a character buffer.
formatVersion - Static variable in class java.util.Currency
 
forName(String) - Static method in class java.lang.Character.UnicodeBlock
Returns the UnicodeBlock with the given name.
forName(String) - Static method in enum java.lang.Character.UnicodeScript
Returns the UnicodeScript constant with the given Unicode script name or the script name alias.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
forName(String, boolean, ClassLoader) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name, using the given class loader.
ForwardingNode(ConcurrentHashMap.Node<K, V>[]) - Constructor for class java.util.concurrent.ConcurrentHashMap.ForwardingNode
 
foundType() - Method in exception java.lang.annotation.AnnotationTypeMismatchException
Returns the type of data found in the incorrectly typed element.
FRANCE - Static variable in class java.util.Locale
Useful constant for country.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
FRENCH - Static variable in class java.util.Locale
Useful constant for language.
frequency(Collection<?>, Object) - Static method in class java.util.Collections
Returns the number of elements in the specified collection equal to the specified object.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Friday.
from(CompositeData) - Static method in class java.lang.management.LockInfo
Returns a LockInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.MemoryNotificationInfo
Returns a MemoryNotificationInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.MemoryUsage
Returns a MemoryUsage object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.MonitorInfo
Returns a MonitorInfo object represented by the given CompositeData.
from(CompositeData) - Static method in class java.lang.management.ThreadInfo
Returns a ThreadInfo object represented by the given CompositeData.
from(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to read from the specified file.
from(Instant) - Static method in class java.util.Date
Obtains an instance of Date from an Instant object.
from(ZonedDateTime) - Static method in class java.util.GregorianCalendar
Obtains an instance of GregorianCalendar with the default locale from a ZonedDateTime object.
from - Variable in class java.util.regex.Matcher
The range within the sequence that is to be matched.
fromStart - Variable in class java.util.TreeMap.NavigableSubMap
 
fromString(String) - Static method in class java.util.UUID
Creates a UUID from the string standard representation as described in the UUID.toString() method.
fromURIPath(String) - Method in class java.io.FileSystem
Post-process the given URI path string if necessary.
FULFILLING - Static variable in class java.util.concurrent.SynchronousQueue.TransferStack
Node is fulfilling another unfulfilled DATA or REQUEST
FULL - Static variable in class java.util.concurrent.Exchanger
The maximum slot index of the arena: The number of slots that can in principle hold all threads without contention, or at most the maximum indexable value.
FULL_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to flush out all pending output and reset the deflater.
fullTryAcquireShared(Thread) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Full version of acquire for reads, that handles CAS misses and reentrant reads not dealt with in tryAcquireShared.
fullyLock() - Method in class java.util.concurrent.LinkedBlockingQueue
Locks to prevent both puts and takes.
fullyRelease(AbstractQueuedLongSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Invokes release with current state value; returns saved state.
fullyRelease(AbstractQueuedSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Invokes release with current state value; returns saved state.
fullyUnlock() - Method in class java.util.concurrent.LinkedBlockingQueue
Unlocks to allow both puts and takes.
Future<V> - Interface in java.util.concurrent
A Future represents the result of an asynchronous computation.
FutureTask<V> - Class in java.util.concurrent
A cancellable asynchronous computation.
FutureTask(Callable<V>) - Constructor for class java.util.concurrent.FutureTask
Creates a FutureTask that will, upon running, execute the given Callable.
FutureTask(Runnable, V) - Constructor for class java.util.concurrent.FutureTask
Creates a FutureTask that will, upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
FutureTask.WaitNode - Class in java.util.concurrent
Simple linked list nodes to record waiting threads in a Treiber stack.

G

GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a GarbageCollectorMXBean.
GarbageCollectorMXBean - Interface in java.lang.management
The management interface for the garbage collection of the Java virtual machine.
gc() - Method in interface java.lang.management.MemoryMXBean
Runs the garbage collector.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GENERAL_FAILURE - Static variable in interface java.net.SocksConsts
 
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "General Punctuation" Unicode character block.
GENERIC_FAILURE - Static variable in class java.util.logging.ErrorManager
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.
GenericArrayType - Interface in java.lang.reflect
GenericArrayType represents an array type whose component type is either a parameterized type or a type variable.
GenericDeclaration - Interface in java.lang.reflect
A common interface for all entities that declare type variables.
GenericSignatureFormatError - Error in java.lang.reflect
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
GenericSignatureFormatError() - Constructor for error java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError.
GenericSignatureFormatError(String) - Constructor for error java.lang.reflect.GenericSignatureFormatError
Constructs a new GenericSignatureFormatError with the specified message.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Geometric Shapes" Unicode character block.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Georgian" Unicode character block.
GEORGIAN_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Georgian Supplement" Unicode character block.
GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
get(String) - Method in class java.io.ExpiringCache
 
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get(int) - Method in class java.lang.Class.MethodArray
 
get() - Method in class java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.SoftReference
Returns this reference object's referent.
get(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(Object) - Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get() - Method in class java.lang.ThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
get(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
 
get(URI) - Method in interface java.net.CookieStore
Retrieve cookies associated with given URI, or whose domain matches the given URI.
get(String) - Method in class java.net.InetAddress.Cache
Query the cache for the specific host.
get(URI, String, Map<String, List<String>>) - Method in class java.net.ResponseCache
Retrieve the cached response based on the requesting uri, request method and request headers.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get(int) - Method in class java.util.Collections.CheckedList
 
get(int) - Method in class java.util.Collections.SynchronizedList
 
get(int) - Method in class java.util.Collections.UnmodifiableList
 
get() - Method in class java.util.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - Method in class java.util.concurrent.atomic.AtomicInteger
Gets the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Gets the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get() - Method in class java.util.concurrent.atomic.AtomicLong
Gets the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Gets the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get(boolean[]) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get() - Method in class java.util.concurrent.atomic.AtomicReference
Gets the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Gets the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Gets the current value held in the field of the given object managed by this updater.
get(int[]) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the element at the specified position in this list.
get() - Method in interface java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class java.util.concurrent.FutureTask
get(long, TimeUnit) - Method in class java.util.concurrent.FutureTask
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.EnumMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the get method as per the specification in Preferences.get(String,String).
get(String, String) - Method in class java.util.prefs.Preferences
Returns the value associated with the specified key in this preference node.
get(int) - Method in class java.util.SubList
 
get(int) - Method in class java.util.TaskQueue
Return the ith task in the priority queue, where i ranges from 1 (the head task, which is returned by getMin) to the number of tasks on the queue, inclusive.
get(Object) - Method in class java.util.TreeMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions(int) - Static method in class java.util.PropertyPermission
Return the canonical string representation of the actions.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActiveCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate number of threads that are actively executing tasks.
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualMaximum(int) - Method in class java.util.JapaneseImperialCalendar
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, and getTimeZone methods.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualMinimum(int) - Method in class java.util.JapaneseImperialCalendar
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, and getTimeZone methods.
getActualTypeArguments() - Method in interface java.lang.reflect.ParameterizedType
Returns an array of Type objects representing the actual type arguments to this type.
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress.InetAddressHolder
 
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in class java.net.InterfaceAddress
Returns an InetAddress for this address.
getAdler() - Method in class java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdler() - Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAllByName(String) - Static method in class java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllByName0(String, boolean) - Static method in class java.net.InetAddress
package private so SocketPermission can call it
getAllLoadedClasses() - Method in interface java.lang.instrument.Instrumentation
Returns an array of all classes currently loaded by the JVM.
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAllStackTraces() - Static method in class java.lang.Thread
Returns a map of stack traces for all live threads.
getAllThreadIds() - Method in interface java.lang.management.ThreadMXBean
Returns all live thread IDs.
getAndAccumulate(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function to the current and given values, returning the previous value.
getAndAccumulate(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function to the current and given values, returning the previous value.
getAndAdd(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
getAndAdd(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
getAndAdd(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
getAndAdd(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
getAndAdd(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
getAndAdd(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically adds the given value to the current value of the field of the given object managed by this updater.
getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrements by one the element at index i.
getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
getAndDecrement() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically decrements by one the current value.
getAndDecrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically decrements by one the element at index i.
getAndDecrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrements by one the current value of the field of the given object managed by this updater.
getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
getAndIncrement() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
getAndIncrement(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
getAndIncrement(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
getAndSet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets to the given value and returns the previous value.
getAndSet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets to the given value and returns the old value.
getAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndSet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets to the given value and returns the old value.
getAndSet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndSet(V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets to the given value and returns the old value.
getAndSet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given value and returns the old value.
getAndSet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given value and returns the old value.
getAndUpdate(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAndUpdate(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the previous value.
getAndUpdate(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the previous value.
getAndUpdate(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the previous value.
getAnnotatedBounds() - Method in interface java.lang.reflect.TypeVariable
Returns an array of AnnotatedType objects that represent the use of types to denote the upper bounds of the type parameter represented by this TypeVariable.
getAnnotatedInterfaces() - Method in class java.lang.Class
Returns an array of AnnotatedType objects that represent the use of types to specify superinterfaces of the entity represented by this Class object.
getAnnotatedReceiverType() - Method in class java.lang.reflect.Constructor
getAnnotatedReturnType() - Method in class java.lang.reflect.Constructor
getAnnotatedReturnType() - Method in class java.lang.reflect.Method
getAnnotatedSuperclass() - Method in class java.lang.Class
Returns an AnnotatedType object that represents the use of a type to specify the superclass of the entity represented by this Class object.
getAnnotatedType() - Method in class java.lang.reflect.Field
Returns an AnnotatedType object that represents the use of a type to specify the declared type of the field represented by this Field.
getAnnotation(Class<A>) - Method in class java.lang.Class
getAnnotation(Class<A>) - Method in class java.lang.Package
getAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
getAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is present, else null.
getAnnotation(Class<T>) - Method in class java.lang.reflect.Constructor
getAnnotation(Class<T>) - Method in class java.lang.reflect.Field
getAnnotation(Class<T>) - Method in class java.lang.reflect.Method
getAnnotationBytes() - Method in class java.lang.reflect.Constructor
 
getAnnotationBytes() - Method in class java.lang.reflect.Method
 
getAnnotations() - Method in class java.lang.Class
getAnnotations() - Method in class java.lang.Package
getAnnotations() - Method in class java.lang.reflect.AccessibleObject
getAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are present on this element.
getAnnotationsByType(Class<A>) - Method in class java.lang.Class
getAnnotationsByType(Class<A>) - Method in class java.lang.Package
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
getAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are associated with this element.
getAnnotationsByType(Class<T>) - Method in class java.lang.reflect.Field
getAnnotationType() - Method in class java.lang.Class
 
getAnonymousLogger() - Static method in class java.util.logging.Logger
Create an anonymous Logger.
getAnonymousLogger(String) - Static method in class java.util.logging.Logger
Create an anonymous Logger.
getArch() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the operating system architecture.
getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
Returns the class of the mismatched argument.
getArray() - Method in class java.lang.Class.MethodArray
 
getArray() - Method in class java.util.concurrent.CopyOnWriteArrayList
Gets the array.
getAttributes() - Method in class java.net.JarURLConnection
Return the Attributes object for this connection if the URL for it points to a JAR file entry, null otherwise.
getAuthority() - Method in class java.net.URI
Returns the decoded authority component of this URI.
getAuthority() - Method in class java.net.URL
Gets the authority part of this URL.
getAvailableCalendarTypes() - Static method in class java.util.Calendar
Returns an unmodifiable Set containing all calendar types supported by Calendar in the runtime environment.
getAvailableCurrencies() - Static method in class java.util.Currency
Gets the set of available currencies.
getAvailableIDs(int) - Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset in milliseconds.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Static method in class java.util.Calendar
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
getAvailableLocales() - Static method in class java.util.Locale
Returns an array of all installed locales.
getAvailableLocales() - Method in class java.util.spi.LocaleServiceProvider
Returns an array of all locales for which this locale service provider can provide localized objects or names.
getAvailableProcessors() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the number of processors available to the Java virtual machine.
getBaseBundleName() - Method in class java.util.ResourceBundle
Returns the base name of this bundle, if known, or null if unknown.
getBaseLocale() - Method in class java.util.Locale
Package locale method returning the Locale's BaseLocale, used by ResourceBundle
getBaseStyle(int) - Method in class java.util.Calendar
 
getBlockedCount() - Method in class java.lang.management.ThreadInfo
Returns the total number of times that the thread associated with this ThreadInfo blocked to enter or reenter a monitor.
getBlockedTime() - Method in class java.lang.management.ThreadInfo
Returns the approximate accumulated elapsed time (in milliseconds) that the thread associated with this ThreadInfo has blocked to enter or reenter a monitor since thread contention monitoring is enabled.
getBlocker(Thread) - Static method in class java.util.concurrent.locks.LockSupport
Returns the blocker object supplied to the most recent invocation of a park method that has not yet unblocked, or null if not blocked.
getBody() - Method in class java.net.CacheRequest
Returns an OutputStream to which the response body can be written.
getBody() - Method in class java.net.CacheResponse
Returns the response body as an InputStream.
getBoolean(byte[], int) - Static method in class java.io.Bits
 
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance boolean field.
getBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Implements the getBoolean method as per the specification in Preferences.getBoolean(String,boolean).
getBoolean(String, boolean) - Method in class java.util.prefs.Preferences
Returns the boolean value represented by the string associated with the specified key in this preference node.
getBooleanAttributes(File) - Method in class java.io.FileSystem
Return the simple boolean attributes for the file or directory denoted by the given abstract pathname, or zero if it does not exist or some other I/O error occurs.
getBooleanProperty(String, boolean) - Method in class java.util.logging.LogManager
 
getBootClassPath() - Method in interface java.lang.management.RuntimeMXBean
Returns the boot class path that is used by the bootstrap class loader to search for class files.
getBootstrapClassPath() - Static method in class java.lang.ClassLoader
 
getBounds() - Method in interface java.lang.reflect.TypeVariable
Returns an array of Type objects representing the upper bound(s) of this type variable.
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - Method in class java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
getBundle(String) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, the default locale, and the caller's class loader.
getBundle(String, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, the default locale and the specified control.
getBundle(String, Locale) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name and locale, and the caller's class loader.
getBundle(String, Locale, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
getBundle(String, Locale, ClassLoader) - Static method in class java.util.ResourceBundle
Gets a resource bundle using the specified base name, locale, and class loader.
getBundle(String, Locale, ClassLoader, ResourceBundle.Control) - Static method in class java.util.ResourceBundle
Returns a resource bundle using the specified base name, target locale, class loader and control.
getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - Static method in class java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance byte field.
getByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Implements the getByteArray method as per the specification in Preferences.getByteArray(String,byte[]).
getByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
Returns the byte array value represented by the string associated with the specified key in this preference node.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Deprecated.
This method does not properly convert characters into bytes. As of JDK 1.1, the preferred way to do this is via the String.getBytes() method, which uses the platform's default charset.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytes(Charset) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the given charset, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getBytesRead() - Method in class java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getBytesRead() - Method in class java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getBytesWritten() - Method in class java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getBytesWritten() - Method in class java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getCachedLocalizedLevelName() - Method in class java.util.logging.Level
 
getCalendarType() - Method in class java.util.Calendar
Returns the calendar type of this Calendar.
getCalendarType() - Method in class java.util.GregorianCalendar
Returns "gregory" as the calendar type.
getCalendarType() - Method in class java.util.JapaneseImperialCalendar
Returns "japanese" as the calendar type of this JapaneseImperialCalendar.
getCandidateLocales(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns a List of Locales as candidate locales for baseName and locale.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalName() - Method in class java.lang.Class
Returns the canonical name of the underlying class as defined by the Java Language Specification.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCanonName() - Method in class java.net.SocketPermission
attempt to get the fully qualified domain name
getCause() - Method in exception java.io.WriteAbortedException
Returns the exception that terminated the operation (the cause).
getCause() - Method in exception java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - Method in error java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in exception java.lang.reflect.InvocationTargetException
Returns the cause of this exception (the thrown target exception, which may be null).
getCause() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the cause of this exception (the Throwable instance wrapped in this UndeclaredThrowableException, which may be null).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCeilingEntry(K) - Method in class java.util.TreeMap
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the least key greater than the specified key; if no such entry exists (i.e., the greatest key in the Tree is less than the specified key), returns null.
getCertificates() - Method in class java.net.JarURLConnection
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise.
getChannel() - Method in class java.io.FileInputStream
Returns the unique FileChannel object associated with this file input stream.
getChannel() - Method in class java.io.FileOutputStream
Returns the unique FileChannel object associated with this file output stream.
getChannel() - Method in class java.io.RandomAccessFile
Returns the unique FileChannel object associated with this file.
getChannel() - Method in class java.net.DatagramSocket
Returns the unique DatagramChannel object associated with this datagram socket, if any.
getChannel() - Method in class java.net.ServerSocket
Returns the unique ServerSocketChannel object associated with this socket, if any.
getChannel() - Method in class java.net.Socket
Returns the unique SocketChannel object associated with this socket, if any.
getChannel() - Method in class java.net.SocketInputStream
Returns the unique FileChannel object associated with this file input stream.
getChannel() - Method in class java.net.SocketOutputStream
Returns the unique FileChannel object associated with this file output stream.
getChar(byte[], int) - Static method in class java.io.Bits
 
getChar(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getChar(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type char or of another primitive type convertible to type char via a widening conversion.
getChars(int, int, char[], int) - Method in class java.lang.AbstractStringBuilder
Characters are copied from this sequence into the destination character array dst.
getChars(int, int, char[]) - Static method in class java.lang.Integer
Places characters representing the integer i into the character array buf.
getChars(long, int, char[]) - Static method in class java.lang.Long
Places characters representing the integer i into the character array buf.
getChars(char[], int) - Method in class java.lang.String
Copy characters from this string into dst starting at dstBegin.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
 
getChecksum() - Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum() - Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild(String) - Method in class java.util.prefs.AbstractPreferences
Returns the named child if it exists, or null if it does not.
getChild() - Method in class java.util.prefs.NodeChangeEvent
Returns the node that was added or removed.
getCipherSuite() - Method in class java.net.SecureCacheResponse
Returns the cipher suite in use on the original connection that retrieved the network resource.
getClass() - Method in class java.lang.Object
Returns the runtime class of this Object.
getClassContext() - Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClassDataLayout() - Method in class java.io.ObjectStreamClass
Returns array of ClassDataSlot instances representing the data layout (including superclass data) for serialized objects described by this class descriptor.
getClasses() - Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader() - Method in class java.lang.Class
Returns the class loader for the class.
getClassLoader(Class<?>) - Static method in class java.lang.ClassLoader
 
getClassLoader0() - Method in class java.lang.Class
 
getClassLoadingLock(String) - Method in class java.lang.ClassLoader
Returns the lock object for class loading operations.
getClassLoadingMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the class loading system of the Java virtual machine.
getClassName() - Method in class java.lang.management.LockInfo
Returns the fully qualified name of the class of the lock object.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClassName() - Method in exception java.util.MissingResourceException
Gets parameter passed by constructor.
getClassPath() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java class path that is used by the system class loader to search for class files.
getCodePoint() - Method in class java.lang.ConditionalSpecialCasing.Entry
 
getCodePoint() - Method in exception java.util.IllegalFormatCodePointException
Returns the illegal code point as defined by Character.isValidCodePoint(int).
getCollectionCount() - Method in interface java.lang.management.GarbageCollectorMXBean
Returns the total number of collections that have occurred.
getCollectionTime() - Method in interface java.lang.management.GarbageCollectorMXBean
Returns the approximate accumulated collection elapsed time in milliseconds.
getCollectionUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the memory usage after the Java virtual machine most recently expended effort in recycling unused objects in this memory pool.
getCollectionUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the collection usage threshold value of this memory pool in bytes.
getCollectionUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the number of times that the Java virtual machine has detected that the memory usage has reached or exceeded the collection usage threshold.
getComment() - Method in class java.net.HttpCookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class java.util.zip.ZipEntry
Returns the comment string for the entry.
getComment() - Method in class java.util.zip.ZipFile
Returns the zip file comment, or null if none.
getCommentURL() - Method in class java.net.HttpCookie
Returns the comment URL describing the purpose of this cookie, or null if the cookie has no comment URL.
getCommitted() - Method in class java.lang.management.MemoryUsage
Returns the amount of memory in bytes that is committed for the Java virtual machine to use.
getComparator() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySpliterator
 
getComparator() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySpliterator
 
getComparator() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapKeyIterator
 
getComparator() - Method in class java.util.TreeMap.EntrySpliterator
 
getComparator() - Method in class java.util.TreeMap.KeySpliterator
 
getComparator() - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
getCompilationMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the compilation system of the Java virtual machine.
getCompletedTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getComponentType() - Method in class java.lang.Class
Returns the Class representing the component type of an array.
getCompressedSize() - Method in class java.util.zip.ZipEntry
Returns the size of the compressed entry data.
getCondition() - Method in class java.lang.ConditionalSpecialCasing.Entry
 
getConnectTimeout() - Method in class java.net.URLConnection
Returns setting for connect timeout.
getConstantPool() - Method in class java.lang.Class
 
getConstructor(Class<?>...) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructorAccessor() - Method in class java.lang.reflect.Constructor
 
getConstructorAccessor(Constructor<?>) - Method in class java.lang.reflect.ReflectAccess
 
getConstructorAnnotations(Constructor<?>) - Method in class java.lang.reflect.ReflectAccess
 
getConstructorParameterAnnotations(Constructor<?>) - Method in class java.lang.reflect.ReflectAccess
 
getConstructors() - Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getConstructorSignature(Constructor<?>) - Method in class java.lang.reflect.ReflectAccess
 
getConstructorSlot(Constructor<?>) - Method in class java.lang.reflect.ReflectAccess
 
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent(URLConnection) - Method in class java.net.UnknownContentHandler
 
getContent() - Method in class java.net.URL
Gets the contents of this URL.
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentHandler() - Method in class java.net.URLConnection
Gets the Content Handler appropriate for this connection.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentLengthLong() - Method in class java.net.URLConnection
Returns the value of the content-length header field as a long.
getContents() - Method in class java.util.ListResourceBundle
Returns an array in which each item is a pair of objects in an Object array.
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String) - Method in interface java.net.FileNameMap
Gets the MIME type for the specified file name.
getContextClassLoader() - Method in class java.lang.Thread
Returns the context ClassLoader for this Thread.
getContinueExistingPeriodicTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
getControl(List<String>) - Static method in class java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats.
getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible conversion.
getConversion() - Method in exception java.util.IllegalFormatConversionException
Returns the inapplicable conversion.
getConversion() - Method in exception java.util.UnknownFormatConversionException
Returns the unknown conversion.
getCookies() - Method in interface java.net.CookieStore
Get all not-expired cookies in cookie store.
getCookieStore() - Method in class java.net.CookieManager
To retrieve current cookie store.
getCorePoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the core number of threads.
getCount() - Method in class java.lang.management.MemoryNotificationInfo
Returns the number of times that the memory usage has crossed a threshold when the notification was constructed.
getCount() - Method in class java.util.concurrent.CountDownLatch
Returns the current count.
getCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which should either be the empty string, an uppercase ISO 3166 2-letter code, or a UN M.49 3-digit code.
getCrc() - Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data.
getCreationTime() - Method in class java.util.zip.ZipEntry
Returns the creation time of the entry.
getCurrencyCode() - Method in class java.util.Currency
Gets the ISO 4217 currency code of this currency.
getCurrentThreadCpuTime() - Method in interface java.lang.management.ThreadMXBean
Returns the total CPU time for the current thread in nanoseconds.
getCurrentThreadUserTime() - Method in interface java.lang.management.ThreadMXBean
Returns the CPU time that the current thread has executed in user mode in nanoseconds.
getDaemonThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the current number of live daemon threads.
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getDatagramSocket() - Method in class java.net.DatagramSocketImpl
 
getDate() - Method in class java.net.URLConnection
Returns the value of the date header field.
getDate() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
getDay() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
getDeclaredAnnotation(Class<A>) - Method in class java.lang.Class
getDeclaredAnnotation(Class<A>) - Method in class java.lang.Package
getDeclaredAnnotation(Class<T>) - Method in class java.lang.reflect.AccessibleObject
getDeclaredAnnotation(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation for the specified type if such an annotation is directly present, else null.
getDeclaredAnnotationMap() - Method in class java.lang.Class
 
getDeclaredAnnotations() - Method in class java.lang.Class
getDeclaredAnnotations() - Method in class java.lang.Package
getDeclaredAnnotations() - Method in class java.lang.reflect.AccessibleObject
getDeclaredAnnotations() - Method in interface java.lang.reflect.AnnotatedElement
Returns annotations that are directly present on this element.
getDeclaredAnnotations() - Method in class java.lang.reflect.Constructor
getDeclaredAnnotations() - Method in class java.lang.reflect.Field
getDeclaredAnnotations() - Method in class java.lang.reflect.Method
getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Class
getDeclaredAnnotationsByType(Class<A>) - Method in class java.lang.Package
getDeclaredAnnotationsByType(Class<T>) - Method in class java.lang.reflect.AccessibleObject
getDeclaredAnnotationsByType(Class<T>) - Method in interface java.lang.reflect.AnnotatedElement
Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
getDeclaredClasses() - Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
Returns a Constructor object that reflects the specified constructor of the class or interface represented by this Class object.
getDeclaredConstructors() - Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields() - Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the declared methods of the class or interface represented by this Class object, including public, protected, default (package) access, and private methods, but excluding inherited methods.
getDeclaringClass() - Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class in which it was declared.
getDeclaringClass() - Method in class java.lang.Enum
Returns the Class object corresponding to this enum constant's enum type.
getDeclaringClass() - Method in class java.lang.reflect.Constructor
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass() - Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass() - Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDefault() - Static method in class java.net.CookieHandler
Gets the system-wide cookie handler.
getDefault() - Static method in class java.net.NetworkInterface
Returns the default network interface of this system
getDefault() - Static method in class java.net.ProxySelector
Gets the system-wide proxy selector.
getDefault() - Static method in class java.net.ResponseCache
Gets the system-wide response cache.
getDefault() - Static method in class java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefault(Locale.Category) - Static method in class java.util.Locale
Gets the current value of the default locale for the specified Category for this instance of the Java Virtual Machine.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone of the Java virtual machine.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultFractionDigits() - Method in class java.util.Currency
Gets the default number of fraction digits used with this currency.
getDefaultParent() - Method in class java.io.FileSystem
Return the parent pathname string to be used when the parent-directory argument in one of the two-argument File constructors is the empty pathname.
getDefaultPort() - Method in class java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultRef() - Static method in class java.util.TimeZone
Returns the reference to the default TimeZone object.
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultValue() - Method in class java.lang.reflect.Method
Returns the default value for the annotation member represented by this Method instance.
getDefinitionClass() - Method in class java.lang.instrument.ClassDefinition
Returns the class.
getDefinitionClassFile() - Method in class java.lang.instrument.ClassDefinition
Returns the array of bytes that contains the new class file.
getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDesc() - Method in class java.io.SerialCallbackContext
 
getDescription() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the description of the error.
getDirectionality(char) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character.
getDirectionality(int) - Static method in class java.lang.Character
Returns the Unicode directionality property for the given character (Unicode code point).
getDirectionality(int) - Method in class java.lang.CharacterData
 
getDiscard() - Method in class java.net.HttpCookie
Returns the discard attribute of the cookie
getDisplayCountry() - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale) - Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 region code (either ISO 3166 country code or UN M.49 area codes) and the given locale that is appropriate for display to the user.
getDisplayLanguage() - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale) - Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 language code and the given locale that is appropriate for display to the user.
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDisplayName(int, int, Locale) - Method in class java.util.Calendar
Returns the string representation of the calendar field value in the given style and locale.
getDisplayName() - Method in class java.util.Currency
Gets the name that is suitable for displaying this currency for the default DISPLAY locale.
getDisplayName(Locale) - Method in class java.util.Currency
Gets the name that is suitable for displaying this currency for the specified locale.
getDisplayName(int, int, Locale) - Method in class java.util.JapaneseImperialCalendar
 
getDisplayName() - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale) - Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
Returns a name for the currency that is appropriate for display to the user.
getDisplayName(String, boolean, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
Returns a name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getDisplayName() - Method in class java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(Locale) - Method in class java.util.TimeZone
Returns a long standard time name of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayName(boolean, int) - Method in class java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the default locale.
getDisplayName(boolean, int, Locale) - Method in class java.util.TimeZone
Returns a name in the specified style of this TimeZone suitable for presentation to the user in the specified locale.
getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
Returns a Map containing all names of the calendar field in the given style and locale and their corresponding field values.
getDisplayNames(int, int, Locale) - Method in class java.util.JapaneseImperialCalendar
 
getDisplayScript() - Method in class java.util.Locale
Returns a name for the the locale's script that is appropriate for display to the user.
getDisplayScript(Locale) - Method in class java.util.Locale
Returns a name for the locale's script that is appropriate for display to the user.
getDisplayScript(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given IETF BCP47 script code and the given locale that is appropriate for display to the user.
getDisplayVariant() - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale) - Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(String, Locale) - Method in class java.util.spi.LocaleNameProvider
Returns a localized name for the given variant code and the given locale that is appropriate for display to the user.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDomain() - Method in class java.net.HttpCookie
Returns the domain name set for this cookie.
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDouble(byte[], int) - Static method in class java.io.Bits
 
getDouble(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type double or of another primitive type convertible to type double via a widening conversion.
getDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
Implements the getDouble method as per the specification in Preferences.getDouble(String,double).
getDouble(String, double) - Method in class java.util.prefs.Preferences
Returns the double value represented by the string associated with the specified key in this preference node.
getDSTSavings() - Method in class java.util.SimpleTimeZone
Returns the amount of time in milliseconds that the clock is advanced during daylight saving time.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getEnclosingClass() - Method in class java.lang.Class
Returns the immediately enclosing class of the underlying class.
getEnclosingConstructor() - Method in class java.lang.Class
If this Class object represents a local or anonymous class within a constructor, returns a Constructor object representing the immediately enclosing constructor of the underlying class.
getEnclosingMethod() - Method in class java.lang.Class
If this Class object represents a local or anonymous class within a method, returns a Method object representing the immediately enclosing method of the underlying class.
getEncoding() - Method in class java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.util.logging.Handler
Return the character encoding for this Handler.
getEntry(Object) - Method in class java.util.TreeMap
Returns this map's entry for the given key, or null if the map does not contain an entry for the key.
getEntry(Object) - Method in class java.util.WeakHashMap
Returns the entry associated with the specified key in this map.
getEntry(String) - Method in class java.util.zip.ZipFile
Returns the zip file entry for the specified name, or null if not found.
getEntryName() - Method in class java.net.JarURLConnection
Return the entry name for this connection.
getEntryUsingComparator(Object) - Method in class java.util.TreeMap
Version of getEntry using comparator.
getEnumConstants() - Method in class java.lang.Class
Returns the elements of this enum class or null if this Class object does not represent an enum type.
getEnumConstantsShared() - Method in class java.lang.Class
Returns the elements of this enum class or null if this Class object does not represent an enum type; identical to getEnumConstants except that the result is uncloned, cached, and shared by all callers.
getenv(String) - Static method in class java.lang.System
Gets the value of the specified environment variable.
getenv() - Static method in class java.lang.System
Returns an unmodifiable string map view of the current system environment.
getErrorManager() - Method in class java.util.logging.Handler
Retrieves the ErrorManager for this Handler.
getErrorStream() - Method in class java.lang.Process
Returns the input stream connected to the error output of the subprocess.
getErrorStream() - Method in class java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getEst() - Method in class java.util.LinkedList.LLSpliterator
 
getEstimate() - Method in class java.util.TreeMap.TreeMapSpliterator
 
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in error java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getExceptionTypes() - Method in class java.lang.reflect.Constructor
getExceptionTypes() - Method in class java.lang.reflect.Method
getExclusiveOwnerThread() - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Returns the thread last set by setExclusiveOwnerThread, or null if never set.
getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExclusiveQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in exclusive mode.
getExecutableTypeAnnotationBytes(Executable) - Static method in class java.lang.Class
 
getExecutableTypeAnnotationBytes(Executable) - Method in class java.lang.reflect.ReflectAccess
 
getExecuteExistingDelayedTasksAfterShutdownPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
getExpiration() - Method in class java.net.URLConnection
Returns the value of the expires header field.
getExponent(float) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - Static method in class java.lang.StrictMath
Returns the unbiased exponent used in the representation of a float.
getExponent(double) - Static method in class java.lang.StrictMath
Returns the unbiased exponent used in the representation of a double.
getExtension(char) - Method in class java.util.Locale
Returns the extension (or private use) value associated with the specified key, or null if there is no extension associated with the key.
getExtensionKeys() - Method in class java.util.Locale
Returns the set of extension keys associated with this locale, or the empty set if it has no extensions.
getExtra() - Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry.
getFallbackLocale(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns a Locale to be used as a fallback locale for further resource bundle searches by the ResourceBundle.getBundle factory method.
getFamily() - Method in class java.net.InetAddress.InetAddressHolder
 
getFD() - Method in class java.io.FileInputStream
Returns the FileDescriptor object that represents the connection to the actual file in the file system being used by this FileInputStream.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getFence() - Method in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
getFence() - Method in class java.util.HashMap.HashMapSpliterator
 
getFence() - Method in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
getFence() - Method in class java.util.WeakHashMap.WeakHashMapSpliterator
 
GetField() - Constructor for class java.io.ObjectInputStream.GetField
 
getField(String) - Method in class java.io.ObjectStreamClass
Get the field of this class by name.
getField(String, Class<?>) - Method in class java.io.ObjectStreamClass
Looks up a serializable field of the represented class by name and type.
getField() - Method in class java.io.ObjectStreamField
Returns field represented by this ObjectStreamField, or null if ObjectStreamField is not associated with an actual field.
getField(String) - Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getFieldName(int) - Static method in class java.util.Calendar
Returns the name of the specified calendar field.
getFields() - Method in class java.io.ObjectStreamClass
Return an array of the fields of this serializable class.
getFields(boolean) - Method in class java.io.ObjectStreamClass
Returns arrays of ObjectStreamFields representing the serializable fields of the represented class.
getFields() - Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFile() - Method in class java.net.URL
Gets the file name of this URL.
getFileDescriptor() - Method in class java.net.DatagramSocketImpl
Gets the datagram socket file descriptor.
getFileDescriptor() - Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFileNameMap() - Static method in class java.net.URLConnection
Loads filename map (a mimetable) from a data file.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFilter() - Method in class java.util.logging.Handler
Get the current Filter for this Handler.
getFilter() - Method in class java.util.logging.Logger
Get the current filter for this Logger.
getFilterProperty(String, Filter) - Method in class java.util.logging.LogManager
 
getFirst() - Method in class java.lang.Class.MethodArray
 
getFirst() - Method in class java.util.ArrayDeque
getFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
getFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstEntry() - Method in class java.util.TreeMap
Returns the first Entry in the TreeMap (according to the TreeMap's key-sort function).
getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFirstQueuedThread() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the first (longest-waiting) thread in the queue, or null if no threads are currently queued.
getFlags() - Method in exception java.util.DuplicateFormatFlagsException
Returns the set of flags which contains a duplicate flag.
getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible flag.
getFlags() - Method in exception java.util.IllegalFormatFlagsException
Returns the set of flags which contains an illegal combination.
getFlags() - Method in exception java.util.UnknownFormatFlagsException
Returns the set of flags which contains an unknown flag.
getFloat(byte[], int) - Static method in class java.io.Bits
 
getFloat(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type float or of another primitive type convertible to type float via a widening conversion.
getFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
Implements the getFloat method as per the specification in Preferences.getFloat(String,float).
getFloat(String, float) - Method in class java.util.prefs.Preferences
Returns the float value represented by the string associated with the specified key in this preference node.
getFloorEntry(K) - Method in class java.util.TreeMap
Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the greatest key less than the specified key; if no such entry exists, returns null.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects (3xx) should be automatically followed.
getFormats(String) - Method in class java.util.ResourceBundle.Control
Returns a List of Strings containing formats to be used to load resource bundles for the given baseName.
getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
Returns the unmatched format specifier.
getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
Returns the format specifier which does not have a width.
getFormatter() - Method in class java.util.logging.Handler
Return the Formatter for this Handler.
getFormatterProperty(String, Formatter) - Method in class java.util.logging.LogManager
 
getFragment() - Method in class java.net.URI
Returns the decoded fragment component of this URI.
getFreeSpace() - Method in class java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFromClass() - Static method in class java.lang.ClassLoader.NativeLibrary
 
getGarbageCollectorMXBeans() - Static method in class java.lang.management.ManagementFactory
Returns a list of GarbageCollectorMXBean objects in the Java virtual machine.
getGenericComponentType() - Method in interface java.lang.reflect.GenericArrayType
Returns a Type object representing the component type of this array.
getGenericDeclaration() - Method in interface java.lang.reflect.TypeVariable
Returns the GenericDeclaration object representing the generic declaration declared this type variable.
getGenericDisplayName(String, int, Locale) - Method in class java.util.spi.TimeZoneNameProvider
Returns a generic name for the given time zone ID that's suitable for presentation to the user in the specified locale.
getGenericExceptionTypes() - Method in class java.lang.reflect.Constructor
getGenericExceptionTypes() - Method in class java.lang.reflect.Method
getGenericInfo() - Method in class java.lang.reflect.Constructor
 
getGenericInfo() - Method in class java.lang.reflect.Method
 
getGenericInterfaces() - Method in class java.lang.Class
Returns the Types representing the interfaces directly implemented by the class or interface represented by this object.
getGenericParameterTypes() - Method in class java.lang.reflect.Constructor
getGenericParameterTypes() - Method in class java.lang.reflect.Method
getGenericReturnType() - Method in class java.lang.reflect.Method
Returns a Type object that represents the formal return type of the method represented by this Method object.
getGenericSuperclass() - Method in class java.lang.Class
Returns the Type representing the direct superclass of the entity (class, interface, primitive type or void) represented by this Class.
getGenericType() - Method in class java.lang.reflect.Field
Returns a Type object that represents the declared type for the field represented by this Field object.
getGlobal() - Static method in class java.util.logging.Logger
Return global logger object with the name Logger.GLOBAL_LOGGER_NAME.
getGlobalLogger() - Method in class java.util.logging.LogManager.LoggerContext
 
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
getGreatestMinimum(int) - Method in class java.util.JapaneseImperialCalendar
Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getHandlers() - Method in class java.util.logging.Logger
Get the Handlers associated with this logger.
getHardwareAddress() - Method in class java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHead(Handler) - Method in class java.util.logging.Formatter
Return the header string for a set of formatted records.
getHead(Handler) - Method in class java.util.logging.XMLFormatter
Return the header string for a set of XML formatted records.
getHeaderField(int) - Method in class java.net.HttpURLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderFieldDate(String, long) - Method in class java.net.HttpURLConnection
 
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHeaders() - Method in class java.net.CacheResponse
Returns the response headers as a Map.
getHeapMemoryUsage() - Method in interface java.lang.management.MemoryMXBean
Returns the current memory usage of the heap that is used for object allocation.
getHigherEntry(K) - Method in class java.util.TreeMap
Gets the entry for the least key greater than the specified key; if no such entry exists, returns the entry for the least key greater than the specified key; if no such entry exists returns null.
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantLock
Queries the number of holds on this lock by the current thread.
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantLock.Sync
 
getHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries the number of holds on this write lock by the current thread.
getHost() - Method in class java.net.URI
Returns the host component of this URI.
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostAddress(URL) - Method in class java.net.URLStreamHandler
Get the IP address of our host.
getHostByAddr(byte[]) - Method in class java.net.Inet4AddressImpl
 
getHostByAddr(byte[]) - Method in class java.net.Inet6AddressImpl
 
getHostByAddr(byte[]) - Method in interface java.net.InetAddressImpl
 
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName(boolean) - Method in class java.net.InetAddress
Returns the hostname for this address.
getHostName() - Method in class java.net.InetAddress.InetAddressHolder
 
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getHostString() - Method in class java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getHours() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
getId() - Method in class java.lang.Thread
Returns the identifier of this Thread.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdentityHashCode() - Method in class java.lang.management.LockInfo
Returns the identity hash code of the lock object returned from the System.identityHashCode(java.lang.Object) method.
getIfModifiedSince() - Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getImpl() - Method in class java.net.DatagramSocket
Get the DatagramSocketImpl attached to this socket, creating it if necessary.
getImpl() - Method in class java.net.ServerSocket
Get the SocketImpl attached to this socket, creating it if necessary.
getImpl() - Method in class java.net.Socket
Get the SocketImpl attached to this socket, creating it if necessary.
getImplementationTitle() - Method in class java.lang.Package
Return the title of this package.
getImplementationVendor() - Method in class java.lang.Package
Returns the name of the organization, vendor or company that provided this implementation.
getImplementationVersion() - Method in class java.lang.Package
Return the version of this implementation.
getInCheck() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
getIndex() - Method in class java.net.NetworkInterface
Returns the index of this network interface.
getIndex() - Method in exception java.net.URISyntaxException
Returns an index into the input string of the position at which the parse error occurred, or -1 if this position is not known.
getIndex() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the error index.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress() - Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInetAddress() - Method in class java.net.SocksSocketImpl
Returns the value of this socket's address field.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInit() - Method in class java.lang.management.MemoryUsage
Returns the amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getInitiatedClasses(ClassLoader) - Method in interface java.lang.instrument.Instrumentation
Returns an array of all classes for which loader is an initiating loader.
getInput() - Method in exception java.net.URISyntaxException
Returns the input string.
getInputArguments() - Method in interface java.lang.management.RuntimeMXBean
Returns the input arguments passed to the Java virtual machine which does not include the arguments to the main method.
getInputStream() - Method in class java.lang.Process
Returns the input stream connected to the normal output of the subprocess.
getInputStream() - Method in class java.net.AbstractPlainSocketImpl
Gets an InputStream for this socket.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream() - Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream(ZipEntry) - Method in class java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified zip file entry.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
getInstance(String) - Static method in class java.util.Currency
Returns the Currency instance for the given currency code.
getInstance(Locale) - Static method in class java.util.Currency
Returns the Currency instance for the country of the given locale.
getInstance(String, String, String) - Static method in class java.util.Locale
Returns a Locale constructed from the given language, country and variant.
getInstance(String, String, String, String, LocaleExtensions) - Static method in class java.util.Locale
 
getInstance(BaseLocale, LocaleExtensions) - Static method in class java.util.Locale
 
getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field.
getInt(byte[], int) - Static method in class java.io.Bits
 
getInt(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type int or of another primitive type convertible to type int via a widening conversion.
getInt(String, int) - Method in class java.util.prefs.AbstractPreferences
Implements the getInt method as per the specification in Preferences.getInt(String,int).
getInt(String, int) - Method in class java.util.prefs.Preferences
Returns the int value represented by the string associated with the specified key in this preference node.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaceAddresses() - Method in class java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getInterfaces() - Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getIntProperty(String, int) - Method in class java.util.logging.LogManager
 
getInvocationHandler(Object) - Static method in class java.lang.reflect.Proxy
Returns the invocation handler for the specified proxy instance.
getIP() - Method in class java.net.SocketPermission
get IP addresses.
getISO3Country() - Method in class java.util.Locale
Returns a three-letter abbreviation for this locale's country.
getISO3Language() - Method in class java.util.Locale
Returns a three-letter abbreviation of this locale's language.
getISOCountries() - Static method in class java.util.Locale
Returns a list of all 2-letter country codes defined in ISO 3166.
getISOLanguages() - Static method in class java.util.Locale
Returns a list of all 2-letter language codes defined in ISO 639.
getJarEntry() - Method in class java.net.JarURLConnection
Return the JAR entry object for this connection, if any.
getJarFile() - Method in class java.net.JarURLConnection
Return the JAR file for this connection.
getJarFileURL() - Method in class java.net.JarURLConnection
Returns the URL for the Jar file for this connection.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKeepAliveTime(TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time that threads in excess of the core pool size may remain idle before being terminated.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
getKey() - Method in class java.util.concurrent.ConcurrentHashMap.Node
 
getKey() - Method in class java.util.HashMap.Node
 
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey() - Method in exception java.util.MissingResourceException
Gets parameter passed by constructor.
getKey() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the key of the preference that was changed.
getKey() - Method in class java.util.TreeMap.Entry
Returns the key.
getKeys() - Method in class java.util.ListResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - Method in class java.util.PropertyResourceBundle
Returns an Enumeration of the keys contained in this ResourceBundle and its parent bundles.
getKeys() - Method in class java.util.ResourceBundle
Returns an enumeration of the keys.
getLanguage() - Method in class java.lang.ConditionalSpecialCasing.Entry
 
getLanguage() - Method in class java.util.Locale
Returns the language code of this Locale.
getLargestPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLast() - Method in class java.util.ArrayDeque
getLast() - Method in class java.util.concurrent.LinkedBlockingDeque
getLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLastAccessTime() - Method in class java.util.zip.ZipEntry
Returns the last access time of the entry.
getLastEntry() - Method in class java.util.TreeMap
Returns the last Entry in the TreeMap (according to the TreeMap's key-sort function).
getLastModified() - Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLastModifiedTime(File) - Method in class java.io.FileSystem
Return the time at which the file or directory denoted by the given abstract pathname was last modified, or zero if it does not exist or some other I/O error occurs.
getLastModifiedTime() - Method in class java.util.zip.ZipEntry
Returns the last modification time of the entry.
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
getLeastMaximum(int) - Method in class java.util.JapaneseImperialCalendar
Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
getLeastSignificantBits() - Method in class java.util.UUID
Returns the least significant 64 bits of this UUID's 128 bit value.
getLength(File) - Method in class java.io.FileSystem
Return the length in bytes of the file denoted by the given abstract pathname, or zero if it does not exist, is a directory, or some other I/O error occurs.
getLength(Object) - Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLevel() - Method in class java.util.logging.Handler
Get the log level specifying which messages will be logged by this Handler.
getLevel() - Method in class java.util.logging.Logger
Get the log Level that has been specified for this Logger.
getLevel() - Method in class java.util.logging.LogRecord
Get the logging message level, for example Level.SEVERE.
getLevelName() - Method in class java.util.logging.Level
 
getLevelProperty(String, Level) - Method in class java.util.logging.LogManager
 
getLibraryPath() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java library path.
getLineNumber() - Method in class java.io.LineNumberInputStream
Deprecated.
Returns the current line number.
getLineNumber() - Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getListener() - Method in class java.util.EventListenerProxy
Returns the listener associated with the proxy.
getLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
Returns the number of classes that are currently loaded in the Java virtual machine.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalCertificateChain() - Method in class java.net.SecureCacheResponse
Returns the certificate chain that were sent to the server during handshaking of the original connection that retrieved the network resource.
getLocalDesc() - Method in class java.io.ObjectStreamClass
Returns the "local" class descriptor for the class associated with this class descriptor (i.e., the result of ObjectStreamClass.lookup(this.forClass())) or null if there is no class associated with this descriptor.
getLocale() - Method in class java.util.ResourceBundle
Returns the locale of this resource bundle.
getLocaleExtensions() - Method in class java.util.Locale
Package private method returning the Locale's LocaleExtensions, used by ResourceBundle.
getLocalHost() - Static method in class java.net.InetAddress
Returns the address of the local host.
getLocalHostName() - Method in class java.net.Inet4AddressImpl
 
getLocalHostName() - Method in class java.net.Inet6AddressImpl
 
getLocalHostName() - Method in interface java.net.InetAddressImpl
 
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Deprecated.
As of JDK 1.1, the preferred way to translate a byte stream in the local encoding into a character stream in Unicode is via the InputStreamReader and BufferedReader classes.
getLocalizedLevelName() - Method in class java.util.logging.Level
 
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocalizedName() - Method in class java.util.logging.Level
Return the localized string name of the Level, for the current default locale.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Deprecated.
As of JDK 1.1, the preferred way to translate a Unicode character stream into a byte stream in the local encoding is via the OutputStreamWriter, BufferedWriter, and PrintWriter classes.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.DatagramSocketImpl
Gets the local port.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalPort() - Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocalPort() - Method in class java.net.SocksSocketImpl
 
getLocalPrincipal() - Method in class java.net.SecureCacheResponse
Returns the principal that was sent to the server during handshaking in the original connection that retrieved the network resource.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLocation() - Method in exception java.net.HttpRetryException
Returns the value of the Location header field if the error resulted from redirection.
getLockedMonitors() - Method in class java.lang.management.ThreadInfo
Returns an array of MonitorInfo objects, each of which represents an object monitor currently locked by the thread associated with this ThreadInfo.
getLockedStackDepth() - Method in class java.lang.management.MonitorInfo
Returns the depth in the stack trace where the object monitor was locked.
getLockedStackFrame() - Method in class java.lang.management.MonitorInfo
Returns the stack frame that locked the object monitor.
getLockedSynchronizers() - Method in class java.lang.management.ThreadInfo
Returns an array of LockInfo objects, each of which represents an ownable synchronizer currently locked by the thread associated with this ThreadInfo.
getLockInfo() - Method in class java.lang.management.ThreadInfo
Returns the LockInfo of an object for which the thread associated with this ThreadInfo is blocked waiting.
getLockName() - Method in class java.lang.management.ThreadInfo
Returns the string representation of an object for which the thread associated with this ThreadInfo is blocked waiting.
getLockOwnerId() - Method in class java.lang.management.ThreadInfo
Returns the ID of the thread which owns the object for which the thread associated with this ThreadInfo is blocked waiting.
getLockOwnerName() - Method in class java.lang.management.ThreadInfo
Returns the name of the thread which owns the object for which the thread associated with this ThreadInfo is blocked waiting.
getLogger(String) - Static method in class java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String, String) - Static method in class java.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String) - Method in class java.util.logging.LogManager
Method to find a named logger.
getLoggerLevel(String) - Method in class java.util.logging.Logging
 
getLoggerLevel(String) - Method in interface java.util.logging.LoggingMXBean
Gets the name of the log level associated with the specified logger.
getLoggerName() - Method in class java.util.logging.LogRecord
Get the source Logger's name.
getLoggerNames() - Method in class java.util.logging.Logging
 
getLoggerNames() - Method in interface java.util.logging.LoggingMXBean
Returns the list of currently registered logger names.
getLoggerNames() - Method in class java.util.logging.LogManager
Get an enumeration of known logger names.
getLoggerNames() - Method in class java.util.logging.LogManager.LoggerContext
 
getLoggingMXBean() - Static method in class java.util.logging.LogManager
Returns LoggingMXBean for managing loggers.
getLogManager() - Static method in class java.util.logging.LogManager
Returns the global LogManager object.
getLong(byte[], int) - Static method in class java.io.Bits
 
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLong(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type long or of another primitive type convertible to type long via a widening conversion.
getLong(String, long) - Method in class java.util.prefs.AbstractPreferences
Implements the getLong method as per the specification in Preferences.getLong(String,long).
getLong(String, long) - Method in class java.util.prefs.Preferences
Returns the long value represented by the string associated with the specified key in this preference node.
getLoopbackAddress() - Static method in class java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getLowerBounds() - Method in interface java.lang.reflect.WildcardType
Returns an array of Type objects representing the lower bound(s) of this type variable.
getLowerCase() - Method in class java.lang.ConditionalSpecialCasing.Entry
 
getLowerEntry(K) - Method in class java.util.TreeMap
Returns the entry for the greatest key less than the specified key; if no such entry exists (i.e., the least key in the Tree is greater than the specified key), returns null.
getMainAttributes() - Method in class java.net.JarURLConnection
Returns the main Attributes for the JAR file for this connection.
getManagementSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
Returns the version of the specification for the management interface implemented by the running Java virtual machine.
getManifest() - Method in class java.net.JarURLConnection
Returns the Manifest for this connection, or null if none.
getMap(Thread) - Method in class java.lang.InheritableThreadLocal
Get the map associated with a ThreadLocal.
getMap(Thread) - Method in class java.lang.ThreadLocal
Get the map associated with a ThreadLocal.
getMap() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
Returns the map backing this view.
getMappedValue() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMask() - Method in class java.io.FilePermission
Return the current action mask.
getMask() - Method in class java.net.SocketPermission
Return the current action mask.
getMask() - Method in class java.util.PropertyPermission
Return the current action mask.
getMatchedGroupIndex(String) - Method in class java.util.regex.Matcher
Returns the group index of the matched capturing group.
getMax() - Method in class java.lang.management.MemoryUsage
Returns the maximum amount of memory in bytes that can be used for memory management.
getMaxAge() - Method in class java.net.HttpCookie
Returns the maximum age of the cookie, specified in seconds.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value for the given calendar field of this GregorianCalendar instance.
getMaximum(int) - Method in class java.util.JapaneseImperialCalendar
Returns the maximum value for the given calendar field of this GregorianCalendar instance.
getMaximumPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMaxPriority() - Method in class java.lang.ThreadGroup
Returns the maximum priority
of this thread group.
getMemoryManagerMXBeans() - Static method in class java.lang.management.ManagementFactory
Returns a list of MemoryManagerMXBean objects in the Java virtual machine.
getMemoryManagerNames() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the name of memory managers that manages this memory pool.
getMemoryMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the memory system of the Java virtual machine.
getMemoryPoolMXBeans() - Static method in class java.lang.management.ManagementFactory
Returns a list of MemoryPoolMXBean objects in the Java virtual machine.
getMemoryPoolNames() - Method in interface java.lang.management.MemoryManagerMXBean
Returns the name of memory pools that this memory manager manages.
getMessage() - Method in exception java.io.InvalidClassException
Produce the message and include the classname, if present.
getMessage() - Method in exception java.io.WriteAbortedException
Produce the message and include the message from the nested exception, if there is one.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - Method in exception java.net.URISyntaxException
Returns a string describing the parse error.
getMessage() - Method in exception java.util.DuplicateFormatFlagsException
 
getMessage() - Method in exception java.util.FormatFlagsConversionMismatchException
 
getMessage() - Method in exception java.util.IllegalFormatCodePointException
 
getMessage() - Method in exception java.util.IllegalFormatConversionException
 
getMessage() - Method in exception java.util.IllegalFormatFlagsException
 
getMessage() - Method in exception java.util.IllegalFormatPrecisionException
 
getMessage() - Method in exception java.util.IllegalFormatWidthException
 
getMessage() - Method in class java.util.logging.LogRecord
Get the "raw" log message, before localization or formatting.
getMessage() - Method in exception java.util.MissingFormatArgumentException
 
getMessage() - Method in exception java.util.MissingFormatWidthException
 
getMessage() - Method in exception java.util.regex.PatternSyntaxException
Returns a multi-line string containing the description of the syntax error and its index, the erroneous regular-expression pattern, and a visual indication of the error index within the pattern.
getMessage() - Method in exception java.util.UnknownFormatConversionException
 
getMessage() - Method in exception java.util.UnknownFormatFlagsException
 
getMethod(String, Class<?>...) - Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethod() - Method in class java.util.zip.ZipEntry
Returns the compression method of the entry.
getMethodAccessor() - Method in class java.lang.reflect.Method
 
getMethodAccessor(Method) - Method in class java.lang.reflect.ReflectAccess
 
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMethods() - Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public methods of the class or interface represented by this Class object, including those declared by the class or interface and those inherited from superclasses and superinterfaces.
getMillis() - Method in class java.util.logging.LogRecord
Get event time in milliseconds since 1970.
getMillisOf(Date) - Static method in class java.util.Date
Returns the millisecond value of this Date object without affecting its internal state.
getMin() - Method in class java.util.TaskQueue
Return the "head task" of the priority queue.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value for the given calendar field of this GregorianCalendar instance.
getMinimum(int) - Method in class java.util.JapaneseImperialCalendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMinutes() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
getModifiers() - Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers() - Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class java.lang.reflect.Method
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getMonth() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
getMostSignificantBits() - Method in class java.util.UUID
Returns the most significant 64 bits of this UUID's 128 bit value.
getMTU() - Method in class java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.io.ObjectStreamClass
Returns the name of the class described by this descriptor.
getName() - Method in class java.io.ObjectStreamField
Get the name of this field.
getName(int) - Static method in class java.lang.Character
Returns the Unicode name of the specified character codePoint, or null if the code point is unassigned.
getName() - Method in class java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in interface java.lang.management.CompilationMXBean
Returns the name of the Just-in-time (JIT) compiler.
getName() - Method in interface java.lang.management.MemoryManagerMXBean
Returns the name representing this memory manager.
getName() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the name representing this memory pool.
getName() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the operating system name.
getName() - Method in interface java.lang.management.RuntimeMXBean
Returns the name representing the running Java virtual machine.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName() - Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName() - Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName() - Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName() - Method in interface java.lang.reflect.TypeVariable
Returns the name of this type variable, as it occurs in the source code.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName() - Method in class java.net.HttpCookie
Returns the name of the cookie.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in class java.util.logging.Level
Return the non-localized string name of the Level.
getName() - Method in class java.util.logging.Logger
Get the name for this logger.
getName() - Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getName() - Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getNear(K, int) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns SimpleImmutableEntry for results of findNear.
getNearEntry(K, int) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Submap version of ConcurrentSkipListMap.getNearEntry
getNearKey(K, int) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
Returns the network prefix length for this address.
getNewValue() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the new value for the preference.
getNextEntry() - Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
getNode(int, Object) - Method in class java.util.HashMap
Implements Map.get and related methods
getNode(String) - Method in class java.util.logging.LogManager.LoggerContext
 
getNode() - Method in class java.util.prefs.PreferenceChangeEvent
Returns the preference node that emitted the event.
getNoFallbackControl(List<String>) - Static method in class java.util.ResourceBundle.Control
Returns a ResourceBundle.Control in which the getFormats method returns the specified formats and the getFallbackLocale method returns null.
getNonHeapMemoryUsage() - Method in interface java.lang.management.MemoryMXBean
Returns the current memory usage of non-heap memory that is used by the Java virtual machine.
getNumberWaiting() - Method in class java.util.concurrent.CyclicBarrier
Returns the number of parties currently waiting at the barrier.
getNumericCode() - Method in class java.util.Currency
Returns the ISO 4217 numeric code of this currency.
getNumericValue(char) - Static method in class java.lang.Character
Returns the int value that the specified Unicode character represents.
getNumericValue(int) - Static method in class java.lang.Character
Returns the int value that the specified character (Unicode code point) represents.
getNumericValue(int) - Method in class java.lang.CharacterData
 
getNumObjFields() - Method in class java.io.ObjectStreamClass
Returns number of non-primitive serializable fields of represented class.
getObj() - Method in class java.io.SerialCallbackContext
 
getObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle or one of its parents.
getObjectPendingFinalizationCount() - Method in interface java.lang.management.MemoryMXBean
Returns the approximate number of objects for which finalization is pending.
getObjectSize(Object) - Method in interface java.lang.instrument.Instrumentation
Returns an implementation-specific approximation of the amount of storage consumed by the specified object.
getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
Get the ObjectStreamClass that describes the fields in the stream.
getObjFieldValues(Object, Object[]) - Method in class java.io.ObjectStreamClass
Fetches the serializable object field values of object obj and stores them in array vals starting at offset 0.
getOffset() - Method in class java.io.ObjectStreamField
Offset of field within instance data.
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset(long) - Method in class java.util.SimpleTimeZone
Returns the offset of this time zone from UTC at the given time.
getOffset(int, int, int, int, int, int) - Method in class java.util.SimpleTimeZone
Returns the difference in milliseconds between local time and UTC, taking into account both the raw offset and the effect of daylight saving, for the specified date and time.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOffsets(long, int[]) - Method in class java.util.SimpleTimeZone
getOffsets(long, int[]) - Method in class java.util.TimeZone
Gets the raw GMT offset and the amount of daylight saving of this time zone at the given time.
getOOBInline() - Method in class java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOperatingSystemMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the operating system on which the Java virtual machine is running.
getOption(int) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
getOption(int) - Method in class java.net.AbstractPlainSocketImpl
 
getOption(SocketOption<T>) - Method in class java.net.DatagramSocketImpl
 
getOption(SocketOption<T>) - Method in class java.net.SocketImpl
 
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface java.util.concurrent.ConcurrentMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the value to which the specified key is mapped, or the given defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class java.util.HashMap
 
getOrDefault(Object, V) - Method in class java.util.Hashtable
 
getOrDefault(Object, V) - Method in class java.util.LinkedHashMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOutputStream() - Method in class java.lang.Process
Returns the output stream connected to the normal input of the subprocess.
getOutputStream() - Method in class java.net.AbstractPlainSocketImpl
Gets an OutputStream for this socket.
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getOwner() - Method in class java.util.concurrent.locks.ReentrantLock
Returns the thread that currently owns this lock, or null if not owned.
getOwner() - Method in class java.util.concurrent.locks.ReentrantLock.Sync
 
getOwner() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread that currently owns the write lock, or null if not owned.
getOwner() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
getOwner() - Method in class java.util.logging.LogManager.LoggerContext
 
getOwnerType() - Method in interface java.lang.reflect.ParameterizedType
Returns a Type object representing the type that this type is a member of.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPackage(String) - Method in class java.lang.ClassLoader
Returns a Package that has been defined by this class loader or any of its ancestors.
getPackage(String) - Static method in class java.lang.Package
Find a package by name in the callers ClassLoader instance.
getPackage(Class<?>) - Static method in class java.lang.Package
Get the package for the specified class.
getPackages() - Method in class java.lang.ClassLoader
Returns all of the Packages defined by this class loader and its ancestors.
getPackages() - Static method in class java.lang.Package
Get all the packages currently known for the caller's ClassLoader instance.
getParameterAnnotations() - Method in class java.lang.reflect.Constructor
getParameterAnnotations() - Method in class java.lang.reflect.Method
getParameterCount() - Method in class java.lang.reflect.Constructor
getParameterCount() - Method in class java.lang.reflect.Method
getParameters() - Method in class java.util.logging.LogRecord
Get the parameters to the log message.
getParameterTypes() - Method in class java.lang.reflect.Constructor
getParameterTypes() - Method in class java.lang.reflect.Method
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.lang.ClassLoader
Returns the parent class loader for delegation.
getParent() - Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getParent() - Method in class java.net.NetworkInterface
Returns the parent NetworkInterface of this interface if this is a subinterface, or null if it is a physical (non virtual) interface or has no parent.
getParent() - Method in class java.util.logging.Logger
Return the parent for this Logger.
getParent() - Method in class java.util.prefs.NodeChangeEvent
Returns the parent of the node that was added or removed.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentLoggerName(String) - Method in class java.util.logging.Logging
 
getParentLoggerName(String) - Method in interface java.util.logging.LoggingMXBean
Returns the name of the parent for the specified logger.
getParties() - Method in class java.util.concurrent.CyclicBarrier
Returns the number of parties required to trip this barrier.
getPassword() - Method in class java.net.PasswordAuthentication
Returns the user password.
getPasswordAuthentication() - Method in class java.net.Authenticator
Called when password authorization is needed.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class java.net.HttpCookie
Returns the path on the server
to which the browser returns this cookie.
getPath() - Method in class java.net.Parts
 
getPath() - Method in class java.net.URI
Returns the decoded path component of this URI.
getPath() - Method in class java.net.URL
Gets the path part of this URL.
getPathSeparator() - Method in class java.io.FileSystem
Return the local filesystem's path-separator character.
getPattern() - Method in exception java.util.regex.PatternSyntaxException
Retrieves the erroneous regular-expression pattern.
getPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the peak live thread count since the Java virtual machine started or peak was reset.
getPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the peak memory usage of this memory pool since the Java virtual machine was started or since the peak was reset.
getPeerPrincipal() - Method in class java.net.SecureCacheResponse
Returns the server's principal which was established as part of defining the session during the original connection that retrieved the network resource.
getPermission() - Method in class java.net.HttpURLConnection
Returns a SocketPermission object representing the permission necessary to connect to the destination host and port.
getPermission() - Method in class java.net.URLConnection
Returns a permission object representing the permission necessary to make the connection represented by this object.
getPermissions(CodeSource) - Method in class java.net.URLClassLoader
Returns the permissions for the given codesource object.
getPermits() - Method in class java.util.concurrent.Semaphore.Sync
 
getPlatformLogger(String) - Static method in class java.util.logging.Logger
 
getPlatformManagementInterfaces() - Static method in class java.lang.management.ManagementFactory
Returns the set of Class objects, subinterface of PlatformManagedObject, representing all management interfaces for monitoring and managing the Java platform.
getPlatformMBeanServer() - Static method in class java.lang.management.ManagementFactory
Returns the platform MBeanServer.
getPlatformMXBean(Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the platform MXBean implementing the given mxbeanInterface which is specified to have one single instance in the Java virtual machine.
getPlatformMXBean(MBeanServerConnection, Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the platform MXBean proxy for mxbeanInterface which is specified to have one single instance in a Java virtual machine and the proxy will forward the method calls through the given MBeanServerConnection.
getPlatformMXBeans(Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the list of platform MXBeans implementing the given mxbeanInterface in the Java virtual machine.
getPlatformMXBeans(MBeanServerConnection, Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns the list of the platform MXBean proxies for forwarding the method calls of the mxbeanInterface through the given MBeanServerConnection.
getPoolName() - Method in class java.lang.management.MemoryNotificationInfo
Returns the name of the memory pool that triggers this notification.
getPoolSize() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.Socket
Returns the remote port number to which this socket is connected.
getPort() - Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPort() - Method in class java.net.SocksSocketImpl
Returns the value of this socket's port field.
getPort() - Method in class java.net.URI
Returns the port number of this URI.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getPortlist() - Method in class java.net.HttpCookie
Returns the port list attribute of the cookie
getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
Returns the precision
getPrefixLength() - Method in class java.io.File
Returns the length of this abstract pathname's prefix.
getPrimDataSize() - Method in class java.io.ObjectStreamClass
Returns aggregate size (in bytes) of marshalled primitive field values for represented class.
getPrimFieldValues(Object, byte[]) - Method in class java.io.ObjectStreamClass
Fetches the serializable primitive field values of object obj and marshals them into byte array buf starting at offset 0.
getPrimitiveClass(String) - Static method in class java.lang.Class
 
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperties(int) - Method in class java.lang.CharacterData
 
getProperties() - Static method in class java.lang.System
Determines the current system properties.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Method in class java.util.logging.LogManager
Get the value of a logging property.
getProperty(String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProtectionDomain() - Method in class java.lang.Class
Returns the ProtectionDomain of this class.
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getProtocolVersion() - Method in class java.io.ObjectOutputStream
Returns protocol version in use.
getProxyClass(ClassLoader, Class<?>...) - Static method in class java.lang.reflect.Proxy
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getPushLevel() - Method in class java.util.logging.MemoryHandler
Get the pushLevel.
getQuery() - Method in class java.net.Parts
 
getQuery() - Method in class java.net.URI
Returns the decoded query component of this URI.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getQueue() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Returns the task queue used by this executor.
getQueue() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueuedReaderThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the read lock.
getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire.
getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire either the read or write lock.
getQueuedThreads() - Method in class java.util.concurrent.Semaphore
Returns a collection containing threads that may be waiting to acquire.
getQueuedWriterThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing threads that may be waiting to acquire the write lock.
getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting to acquire.
getQueueLength() - Method in class java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getQueueLength() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting to acquire either the read or write lock.
getQueueLength() - Method in class java.util.concurrent.Semaphore
Returns an estimate of the number of threads waiting to acquire.
getRange() - Method in class java.util.Locale.LanguageRange
Returns the language range of this LanguageRange.
getRawAnnotations() - Method in class java.lang.Class
 
getRawAnnotations() - Method in class java.lang.reflect.Constructor
 
getRawAuthority() - Method in class java.net.URI
Returns the raw authority component of this URI.
getRawFragment() - Method in class java.net.URI
Returns the raw fragment component of this URI.
getRawOffset() - Method in class java.util.SimpleTimeZone
Gets the GMT offset for this time zone.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getRawParameterAnnotations() - Method in class java.lang.reflect.Constructor
 
getRawPath() - Method in class java.net.URI
Returns the raw path component of this URI.
getRawQuery() - Method in class java.net.URI
Returns the raw query component of this URI.
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.SearchEntriesTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.SearchKeysTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.SearchMappingsTask
 
getRawResult() - Method in class java.util.concurrent.ConcurrentHashMap.SearchValuesTask
 
getRawSchemeSpecificPart() - Method in class java.net.URI
Returns the raw scheme-specific part of this URI.
getRawType() - Method in interface java.lang.reflect.ParameterizedType
Returns the Type object representing the class or interface that declared this type.
getRawTypeAnnotations() - Method in class java.lang.Class
 
getRawUserInfo() - Method in class java.net.URI
Returns the raw user-information component of this URI.
getReadHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant read holds on this lock by the current thread.
getReadHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
getReadLockCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of read locks held for this lock.
getReadLockCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
getReadTimeout() - Method in class java.net.URLConnection
Returns setting for read timeout.
getReason() - Method in exception java.net.HttpRetryException
Returns a string explaining why the http request could not be retried.
getReason() - Method in exception java.net.URISyntaxException
Returns a string explaining why the input string could not be parsed.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getRef() - Method in class java.net.Parts
 
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getReference() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the reference.
getReference() - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the reference.
getRejectedExecutionHandler() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRemaining() - Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoveOnCancelPolicy() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Gets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
getRequestingHost() - Method in class java.net.Authenticator
Gets the hostname of the site or proxy requesting authentication, or null if not available.
getRequestingPort() - Method in class java.net.Authenticator
Gets the port number for the requested connection.
getRequestingPrompt() - Method in class java.net.Authenticator
Gets the prompt string given by the requestor.
getRequestingProtocol() - Method in class java.net.Authenticator
Give the protocol that's requesting the connection.
getRequestingScheme() - Method in class java.net.Authenticator
Gets the scheme of the requestor (the HTTP scheme for an HTTP firewall, for example).
getRequestingSite() - Method in class java.net.Authenticator
Gets the InetAddress of the site requesting authorization, or null if not available.
getRequestingURL() - Method in class java.net.Authenticator
Returns the URL that resulted in this request for authentication.
getRequestMethod() - Method in class java.net.HttpURLConnection
Get the request method.
getRequestorType() - Method in class java.net.Authenticator
Returns whether the requestor is a Proxy or a Server.
getRequestProperties() - Method in class java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getResolveException() - Method in class java.io.ObjectStreamClass
Returns ClassNotFoundException (if any) thrown while attempting to resolve local class corresponding to this class descriptor.
getResource(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String) - Method in class java.lang.ClassLoader
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class java.net.URLClassLoader
Returns an input stream for reading the specified resource.
getResourceBundle() - Method in class java.util.logging.Logger
Retrieve the localization resource bundle for this logger.
getResourceBundle() - Method in class java.util.logging.LogRecord
Get the localization resource bundle
getResourceBundleName() - Method in class java.util.logging.Level
Return the level's localization resource bundle name, or null if no localization bundle is defined.
getResourceBundleName() - Method in class java.util.logging.Logger
Retrieve the localization resource bundle name for this logger.
getResourceBundleName() - Method in class java.util.logging.LogRecord
Get the localization resource bundle name
getResources(String) - Method in class java.lang.ClassLoader
Finds all the resources with the given name.
getResponseCode() - Method in class java.net.HttpURLConnection
Gets the status code from an HTTP response message.
getResponseMessage() - Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getReturnType() - Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRoot() - Method in class java.lang.reflect.Constructor
Used by Excecutable for annotation sharing.
getRoot() - Method in class java.lang.reflect.Method
Used by Excecutable for annotation sharing.
getRootLogger() - Method in class java.util.logging.LogManager.LoggerContext
 
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRuntimeMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the runtime system of the Java virtual machine.
getScheme() - Method in class java.net.URI
Returns the scheme component of this URI.
getSchemeSpecificPart() - Method in class java.net.URI
Returns the decoded scheme-specific part of this URI.
getScopedInterface() - Method in class java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - Method in class java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getScript() - Method in class java.util.Locale
Returns the script for this locale, which should either be the empty string or an ISO 15924 4-letter script code.
getSeconds() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
getSecure() - Method in class java.net.HttpCookie
/** Returns true if sending this cookie should be restricted to a secure protocol, or false if the it can be sent using any protocol.
getSecurityContext() - Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSeparator() - Method in class java.io.FileSystem
Return the local filesystem's name-separator character.
getSequenceNumber() - Method in class java.util.logging.LogRecord
Get the sequence number.
getSerialVersionUID() - Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getServerCertificateChain() - Method in class java.net.SecureCacheResponse
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache.
getServerSocket() - Method in class java.net.SocketImpl
 
getSetStateFields() - Method in class java.util.Calendar
Returns a field mask (bit mask) indicating all calendar fields that have the state of externally or internally set.
getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getSharedQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing threads that may be waiting to acquire in shared mode.
getShort(byte[], int) - Static method in class java.io.Bits
 
getShort(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(Object) - Method in class java.lang.reflect.Field
Gets the value of a static or instance field of type short or of another primitive type convertible to type short via a widening conversion.
getSignature() - Method in class java.io.ObjectStreamField
Returns JVM type signature of field (similar to getTypeString, except that signature strings are returned for primitive fields as well).
getSignature() - Method in class java.lang.reflect.Constructor
 
getSigners() - Method in class java.lang.Class
Gets the signers of this class.
getSimpleName() - Method in class java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSize() - Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data.
getSlot() - Method in class java.lang.reflect.Constructor
 
getSocket() - Method in class java.net.SocketImpl
 
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSourceClassName() - Method in class java.util.logging.LogRecord
Get the name of the class that (allegedly) issued the logging request.
getSourceMethodName() - Method in class java.util.logging.LogRecord
Get the name of the method that (allegedly) issued the logging request.
getSpace(File, int) - Method in class java.io.FileSystem
 
getSpecificationTitle() - Method in class java.lang.Package
Return the title of the specification that this package implements.
getSpecificationVendor() - Method in class java.lang.Package
Return the name of the organization, vendor, or company that owns and maintains the specification of the classes that implement this package.
getSpecificationVersion() - Method in class java.lang.Package
Returns the version number of the specification that this package implements.
getSpecName() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification name.
getSpecVendor() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification vendor.
getSpecVersion() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine specification version.
getSpi(String) - Method in class java.util.prefs.AbstractPreferences
Return the value associated with the specified key at this preference node, or null if there is no association for this key, or the association cannot be determined at this time.
getStackTrace() - Method in class java.lang.management.ThreadInfo
Returns the stack trace of the thread associated with this ThreadInfo.
getStackTrace() - Method in class java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getStackTraceDepth() - Method in class java.lang.Throwable
Returns the number of elements in the stack trace (or 0 if the stack trace is unavailable).
getStackTraceElement(int) - Method in class java.lang.Throwable
Returns the specified element of the stack trace.
getStamp() - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current value of the stamp.
getStartTime() - Method in interface java.lang.management.RuntimeMXBean
Returns the start time of the Java virtual machine in milliseconds.
getState() - Method in class java.lang.Thread
Returns the state of this thread.
getState() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns the current value of synchronization state.
getState() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns the current value of synchronization state.
getString(String) - Method in class java.util.ResourceBundle
Gets a string for the given key from this resource bundle or one of its parents.
getStringArray(String) - Method in class java.util.ResourceBundle
Gets a string array for the given key from this resource bundle or one of its parents.
getStringProperty(String, String) - Method in class java.util.logging.LogManager
 
getSubInterfaces() - Method in class java.net.NetworkInterface
Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.
getSubSequence(int, int) - Method in class java.util.regex.Matcher
Generates a String from this Matcher's input in the specified range.
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperDesc() - Method in class java.io.ObjectStreamClass
Returns superclass descriptor.
getSuppressed() - Method in class java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getSymbol() - Method in class java.util.Currency
Gets the symbol of this currency for the default DISPLAY locale.
getSymbol(Locale) - Method in class java.util.Currency
Gets the symbol of this currency for the specified locale.
getSymbol(String, Locale) - Method in class java.util.spi.CurrencyNameProvider
Gets the symbol of the given currency code for the specified locale.
getSystemClassLoader() - Static method in class java.lang.ClassLoader
Returns the system class loader for delegation.
getSystemContext() - Method in class java.util.logging.LogManager
 
getSystemLoadAverage() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the system load average for the last minute.
getSystemPackage(String) - Static method in class java.lang.Package
 
getSystemPackages() - Static method in class java.lang.Package
 
getSystemProperties() - Method in interface java.lang.management.RuntimeMXBean
Returns a map of names and values of all system properties.
getSystemResource(String) - Static method in class java.lang.ClassLoader
Find a resource of the specified name from the search path used to load classes.
getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
Open for reading, a resource of the specified name from the search path used to load classes.
getSystemResources(String) - Static method in class java.lang.ClassLoader
Finds all resources of the specified name from the search path used to load classes.
getTail(Handler) - Method in class java.util.logging.Formatter
Return the tail string for a set of formatted records.
getTail(Handler) - Method in class java.util.logging.XMLFormatter
Return the tail string for a set of XML formatted records.
getTargetException() - Method in exception java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTaskCount() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getTextLength() - Method in class java.util.regex.Matcher
Returns the end index of the text.
getThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the current number of live threads including both daemon and non-daemon threads.
getThreadCpuTime(long) - Method in interface java.lang.management.ThreadMXBean
Returns the total CPU time for a thread of the specified ID in nanoseconds.
getThreadFactory() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getThreadGroup() - Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup() - Method in class java.lang.Thread
Returns the thread group to which this thread belongs.
getThreadId() - Method in class java.lang.management.ThreadInfo
Returns the ID of the thread associated with this ThreadInfo.
getThreadId(Thread) - Static method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns the thread id for the given thread.
getThreadID() - Method in class java.util.logging.LogRecord
Get an identifier for the thread where the message originated.
getThreadInfo(long) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for a thread of the specified id with no stack trace.
getThreadInfo(long[]) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids with no stack trace.
getThreadInfo(long, int) - Method in interface java.lang.management.ThreadMXBean
Returns a thread info for a thread of the specified id, with stack trace of a specified number of stack trace elements.
getThreadInfo(long[], int) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids, with stack trace of a specified number of stack trace elements.
getThreadInfo(long[], boolean, boolean) - Method in interface java.lang.management.ThreadMXBean
Returns the thread info for each thread whose ID is in the input array ids, with stack trace and synchronization information.
getThreadMXBean() - Static method in class java.lang.management.ManagementFactory
Returns the managed bean for the thread system of the Java virtual machine.
getThreadName() - Method in class java.lang.management.ThreadInfo
Returns the name of the thread associated with this ThreadInfo.
getThreadState() - Method in class java.lang.management.ThreadInfo
Returns the state of the thread associated with this ThreadInfo.
getThreadUserTime(long) - Method in interface java.lang.management.ThreadMXBean
Returns the CPU time that a thread of the specified ID has executed in user mode in nanoseconds.
getThrown() - Method in class java.util.logging.LogRecord
Get any throwable associated with the log record.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTime() - Method in class java.util.zip.ZipEntry
Returns the last modification time of the entry.
getTimeInMillis() - Method in class java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeout() - Method in class java.net.AbstractPlainSocketImpl
 
getTimeToLive() - Method in class java.net.AbstractPlainDatagramSocketImpl
Get the TTL (time-to-live) option.
getTimeToLive() - Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeToLive(String, Locale) - Method in class java.util.ResourceBundle.Control
Returns the time-to-live (TTL) value for resource bundles that are loaded under this ResourceBundle.Control.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone() - Method in class java.util.GregorianCalendar
 
getTimeZone() - Method in class java.util.JapaneseImperialCalendar
 
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimeZone(ZoneId) - Static method in class java.util.TimeZone
Gets the TimeZone for the given zoneId.
getTimezoneOffset() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by -(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
getTotalCompilationTime() - Method in interface java.lang.management.CompilationMXBean
Returns the approximate accumulated elapsed time (in milliseconds) spent in compilation.
getTotalIn() - Method in class java.util.zip.Deflater
Returns the total number of uncompressed bytes input so far.
getTotalIn() - Method in class java.util.zip.Inflater
Returns the total number of compressed bytes input so far.
getTotalLoadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
Returns the total number of classes that have been loaded since the Java virtual machine has started execution.
getTotalOut() - Method in class java.util.zip.Deflater
Returns the total number of compressed bytes output so far.
getTotalOut() - Method in class java.util.zip.Inflater
Returns the total number of uncompressed bytes output so far.
getTotalSpace() - Method in class java.io.File
Returns the size of the partition named by this abstract pathname.
getTotalStartedThreadCount() - Method in interface java.lang.management.ThreadMXBean
Returns the total number of threads created and also started since the Java virtual machine started.
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
getTreeNode(int, Object) - Method in class java.util.HashMap.TreeNode
Calls find for root node.
getTTL() - Method in class java.net.AbstractPlainDatagramSocketImpl
Deprecated.
getTTL() - Method in class java.net.DatagramSocketImpl
Deprecated.
use getTimeToLive instead.
getTTL() - Method in class java.net.MulticastSocket
Deprecated.
use the getTimeToLive method instead, which returns an int instead of a byte.
getType() - Method in class java.io.ObjectStreamField
Get the type of the field.
getType(char) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType(int) - Static method in class java.lang.Character
Returns a value indicating a character's general category.
getType(int) - Method in class java.lang.CharacterData
 
getType() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the type of this memory pool.
getType() - Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType(int) - Static method in class java.util.regex.ASCII
 
getTypeCode() - Method in class java.io.ObjectStreamField
Returns character encoding of field type.
getTypeName() - Method in class java.lang.Class
Return an informative string for the name of this type.
getTypeName() - Method in interface java.lang.reflect.Type
Returns a string describing this type, including information about any type parameters.
getTypeParameters() - Method in class java.lang.Class
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Constructor
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in interface java.lang.reflect.GenericDeclaration
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeParameters() - Method in class java.lang.reflect.Method
Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
getTypeString() - Method in class java.io.ObjectStreamField
Return the JVM type signature.
getUncaughtExceptionHandler() - Method in class java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getUndeclaredThrowable() - Method in exception java.lang.reflect.UndeclaredThrowableException
Returns the Throwable instance wrapped in this UndeclaredThrowableException, which may be null.
getUnicodeLocaleAttributes() - Method in class java.util.Locale
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
getUnicodeLocaleKeys() - Method in class java.util.Locale
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
getUnicodeLocaleType(String) - Method in class java.util.Locale
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
getUnloadedClassCount() - Method in interface java.lang.management.ClassLoadingMXBean
Returns the total number of classes unloaded since the Java virtual machine has started execution.
getUpperBounds() - Method in interface java.lang.reflect.WildcardType
Returns an array of Type objects representing the upper bound(s) of this type variable.
getUpperCase() - Method in class java.lang.ConditionalSpecialCasing.Entry
 
getUptime() - Method in interface java.lang.management.RuntimeMXBean
Returns the uptime of the Java virtual machine in milliseconds.
getURIs() - Method in interface java.net.CookieStore
Get all URIs which identify the cookies in this cookie store.
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURLs() - Method in class java.net.URLClassLoader
Returns the search path of URLs for loading classes and resources.
getURLStreamHandler(String) - Static method in class java.net.URL
Returns the Stream Handler.
getUsableSpace() - Method in class java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUsage() - Method in class java.lang.management.MemoryNotificationInfo
Returns the memory usage of the memory pool when this notification was constructed.
getUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Returns an estimate of the memory usage of this memory pool.
getUsageThreshold() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the usage threshold value of this memory pool in bytes.
getUsageThresholdCount() - Method in interface java.lang.management.MemoryPoolMXBean
Returns the number of times that the memory usage has crossed the usage threshold.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUsed() - Method in class java.lang.management.MemoryUsage
Returns the amount of used memory in bytes.
getUseParentHandlers() - Method in class java.util.logging.Logger
Discover whether or not this logger is sending its output to its parent logger.
getUserInfo() - Method in class java.net.URI
Returns the decoded user-information component of this URI.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getUserName() - Method in class java.net.PasswordAuthentication
Returns the user name.
getValidValue() - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
Returns value if this node contains a valid key-value pair, else null.
getValue() - Method in class java.lang.AbstractStringBuilder
Needed by String for the contentEquals method.
getValue() - Method in class java.net.HttpCookie
Returns the value of the cookie.
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
getValue() - Method in class java.util.concurrent.ConcurrentHashMap.Node
 
getValue() - Method in class java.util.HashMap.Node
 
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.TreeMap.Entry
Returns the value associated with the key.
getValue() - Method in class java.util.zip.Adler32
Returns the checksum value.
getValue() - Method in interface java.util.zip.Checksum
Returns the current checksum value.
getValue() - Method in class java.util.zip.CRC32
Returns CRC-32 value.
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVersion() - Method in interface java.lang.management.OperatingSystemMXBean
Returns the operating system version.
getVersion() - Method in class java.net.HttpCookie
Returns the version of the protocol this cookie complies with.
getVmName() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation name.
getVmVendor() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation vendor.
getVmVersion() - Method in interface java.lang.management.RuntimeMXBean
Returns the Java virtual machine implementation version.
getWaitedCount() - Method in class java.lang.management.ThreadInfo
Returns the total number of times that the thread associated with this ThreadInfo waited for notification.
getWaitedTime() - Method in class java.lang.management.ThreadInfo
Returns the approximate accumulated elapsed time (in milliseconds) that the thread associated with this ThreadInfo has waited for notification since thread contention monitoring is enabled.
getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns a collection containing those threads that may be waiting on this Condition.
getWaitingThreads(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWaitingThreads(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a collection containing those threads that may be waiting on the given condition associated with the write lock.
getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns an estimate of the number of threads waiting on this condition.
getWaitQueueLength(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWaitQueueLength(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns an estimate of the number of threads waiting on the given condition associated with the write lock.
getWeeksInWeekYear() - Method in class java.util.Calendar
Returns the number of weeks in the week year represented by this Calendar.
getWeeksInWeekYear() - Method in class java.util.GregorianCalendar
Returns the number of weeks in the week year represented by this GregorianCalendar.
getWeekYear() - Method in class java.util.Calendar
Returns the week year represented by this Calendar.
getWeekYear() - Method in class java.util.GregorianCalendar
Returns the week year represented by this GregorianCalendar.
getWeight() - Method in class java.util.Locale.LanguageRange
Returns the weight of this LanguageRange.
getWidth() - Method in exception java.util.IllegalFormatWidthException
Returns the width
getWriteHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries the number of reentrant write holds on this lock by the current thread.
getWriteHoldCount() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
getYear() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
getZone() - Method in class java.util.Calendar
Returns the time zone (without cloning).
GLAGOLITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Glagolitic" Unicode character block.
global - Static variable in class java.util.logging.Logger
Deprecated.
Initialization of this field is prone to deadlocks. The field must be initialized by the Logger class initialization which may cause deadlocks with the LogManager class initialization. In such cases two class initialization wait for each other to complete. The preferred way to get the global logger object is via the call Logger.getGlobal(). For compatibility with old JDK versions where the Logger.getGlobal() is not available use the call Logger.getLogger(Logger.GLOBAL_LOGGER_NAME) or Logger.getLogger("global").
GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
GLOBAL_LOGGER_NAME is a name for the global logger.
GMT - Static variable in class java.net.HttpCookie
 
GMT_ID - Static variable in class java.util.TimeZone
 
GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gothic" Unicode character block.
GRAPH - Static variable in class java.util.regex.ASCII
 
GREEDY - Static variable in class java.util.regex.Pattern
 
GREEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Greek and Coptic" Unicode character block.
GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Greek Extended" Unicode character block.
GregorianCalendar - Class in java.util
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar system used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default
FORMAT locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default FORMAT locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(TimeZone, Locale, boolean) - Constructor for class java.util.GregorianCalendar
Constructs an empty GregorianCalendar.
group() - Method in class java.util.regex.Matcher
Returns the input subsequence matched by the previous match.
group(int) - Method in class java.util.regex.Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(String) - Method in class java.util.regex.Matcher
Returns the input subsequence captured by the given named-capturing group during the previous match operation.
group() - Method in interface java.util.regex.MatchResult
Returns the input subsequence matched by the previous match.
group(int) - Method in interface java.util.regex.MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
groupCount() - Method in class java.util.regex.Matcher
Returns the number of capturing groups in this matcher's pattern.
groupCount() - Method in interface java.util.regex.MatchResult
Returns the number of capturing groups in this match result's pattern.
GroupCurly(Pattern.Node, int, int, int, int, int, boolean) - Constructor for class java.util.regex.Pattern.GroupCurly
 
GroupHead(int) - Constructor for class java.util.regex.Pattern.GroupHead
 
groupIndex - Variable in class java.util.regex.Pattern.BackRef
 
groupIndex - Variable in class java.util.regex.Pattern.CIBackRef
 
groupIndex - Variable in class java.util.regex.Pattern.GroupCurly
 
groupIndex - Variable in class java.util.regex.Pattern.GroupTail
 
groupNodes - Variable in class java.util.regex.Pattern
Temporary storage used while parsing group references.
GroupRef(Pattern.GroupHead) - Constructor for class java.util.regex.Pattern.GroupRef
 
groups - Variable in class java.lang.ThreadGroup
 
groups - Variable in class java.util.regex.Matcher
The storage used by groups.
GroupTail(int, int) - Constructor for class java.util.regex.Pattern.GroupTail
 
GSSAPI - Static variable in interface java.net.SocksConsts
 
guessContentTypeFromName(String) - Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gujarati" Unicode character block.
GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Gurmukhi" Unicode character block.
GZIP_MAGIC - Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream - Class in java.util.zip
This class implements a stream filter for reading compressed data in the GZIP file format.
GZIPInputStream(InputStream, int) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPInputStream(InputStream) - Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPOutputStream - Class in java.util.zip
This class implements a stream filter for writing compressed data in the GZIP file format.
GZIPOutputStream(OutputStream, int) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.
GZIPOutputStream(OutputStream, int, boolean) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size and flush mode.
GZIPOutputStream(OutputStream) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, boolean) - Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size and the specified flush mode.

H

h - Variable in class java.lang.reflect.Proxy
the invocation handler for this proxy instance.
HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Halfwidth and Fullwidth Forms" Unicode character block.
halt(int) - Method in class java.lang.Runtime
Forcibly terminates the currently running Java virtual machine.
halt(int) - Static method in class java.lang.Shutdown
 
halt0(int) - Static method in class java.lang.Shutdown
 
handle - Variable in class java.lang.ClassLoader.NativeLibrary
 
handleGetObject(String) - Method in class java.util.ListResourceBundle
 
handleGetObject(String) - Method in class java.util.PropertyResourceBundle
 
handleGetObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle.
handleKeySet() - Method in class java.util.ListResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleKeySet() - Method in class java.util.PropertyResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleKeySet() - Method in class java.util.ResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleParameterNumberMismatch(int, int) - Method in class java.lang.reflect.Constructor
 
handleParameterNumberMismatch(int, int) - Method in class java.lang.reflect.Method
 
handler - Variable in class java.net.URL
The URLStreamHandler for this URL.
Handler - Class in java.util.logging
A Handler object takes log messages from a Logger and exports them.
Handler() - Constructor for class java.util.logging.Handler
Default constructor.
handlers - Static variable in class java.net.URL
A table of protocol handlers.
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Compatibility Jamo" Unicode character block.
HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo" Unicode character block.
HANGUL_JAMO_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo Extended-A" Unicode character block.
HANGUL_JAMO_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo Extended-B" Unicode character block.
HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Syllables" Unicode character block.
HANUNOO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hanunoo" Unicode character block.
hasAnchoringBounds() - Method in class java.util.regex.Matcher
Queries the anchoring of region bounds for this matcher.
hasBlockExternalData() - Method in class java.io.ObjectStreamClass
Returns true if class descriptor represents externalizable class that has written its data in 1.2 (block data) format, false otherwise.
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hasContended() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads have ever contended to acquire this synchronizer; that is if an acquire method has ever blocked.
hasContended() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads have ever contended to acquire this synchronizer; that is if an acquire method has ever blocked.
hasData - Variable in class java.io.ObjectStreamClass.ClassDataSlot
true if serialized form includes data for this slot's descriptor
hasDefaults() - Method in class java.lang.Class.MethodArray
 
hasExpired() - Method in class java.net.HttpCookie
Reports whether this HTTP cookie has expired or not.
hasExtensions() - Method in class java.util.Locale
Returns true if this Locale has any extensions.
hasGenericInformation() - Method in class java.lang.reflect.Constructor
 
hasGenericInformation() - Method in class java.lang.reflect.Method
 
hash - Variable in class java.util.concurrent.ConcurrentHashMap.Node
 
hash - Variable in class java.util.concurrent.Exchanger.Node
 
hash(Object) - Static method in class java.util.HashMap
Computes key.hashCode() and spreads (XORs) higher bits of hash to lower.
hash - Variable in class java.util.HashMap.Node
 
hash(Object) - Method in class java.util.WeakHashMap
Retrieve object hash code and applies a supplemental hash function to the result hash, which defends against poor quality hash functions.
HASH_BITS - Static variable in class java.util.concurrent.ConcurrentHashMap
 
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.io.FilePermission
Returns the hash code value for this object.
hashCode(File) - Method in class java.io.FileSystem
Compute the hash code of an abstract pathname.
hashCode() - Method in class java.io.ObjectStreamClass.WeakClassKey
Returns the identity hash code of the original referent.
hashCode() - Method in interface java.lang.annotation.Annotation
Returns the hash code of this annotation, as defined below:
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode(boolean) - Static method in class java.lang.Boolean
Returns a hash code for a boolean value; compatible with Boolean.hashCode().
hashCode() - Method in class java.lang.Byte
Returns a hash code for this Byte; equal to the result of invoking intValue().
hashCode(byte) - Static method in class java.lang.Byte
Returns a hash code for a byte value; compatible with Byte.hashCode().
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character; equal to the result of invoking charValue().
hashCode(char) - Static method in class java.lang.Character
Returns a hash code for a char value; compatible with Character.hashCode().
hashCode() - Method in class java.lang.Character.Subset
Returns the standard hash code as defined by the Object.hashCode() method.
hashCode() - Method in class java.lang.Double
Returns a hash code for this Double object.
hashCode(double) - Static method in class java.lang.Double
Returns a hash code for a double value; compatible with Double.hashCode().
hashCode() - Method in class java.lang.Enum
Returns a hash code for this enum constant.
hashCode() - Method in class java.lang.Float
Returns a hash code for this Float object.
hashCode(float) - Static method in class java.lang.Float
Returns a hash code for a float value; compatible with Float.hashCode().
hashCode() - Method in class java.lang.Integer
Returns a hash code for this Integer.
hashCode(int) - Static method in class java.lang.Integer
Returns a hash code for a int value; compatible with Integer.hashCode().
hashCode() - Method in class java.lang.Long
Returns a hash code for this Long.
hashCode(long) - Static method in class java.lang.Long
Returns a hash code for a long value; compatible with Long.hashCode().
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Package
Return the hash code computed from the package name.
hashCode() - Method in class java.lang.ProcessBuilder.Redirect
Returns a hash code value for this Redirect.
hashCode() - Method in class java.lang.reflect.Constructor
Returns a hashcode for this Constructor.
hashCode() - Method in class java.lang.reflect.Field
Returns a hashcode for this Field.
hashCode() - Method in class java.lang.reflect.Method
Returns a hashcode for this Method.
hashCode() - Method in class java.lang.Short
Returns a hash code for this Short; equal to the result of invoking intValue().
hashCode(short) - Static method in class java.lang.Short
Returns a hash code for a short value; compatible with Short.hashCode().
hashCode() - Method in class java.lang.StackTraceElement
Returns a hash code value for this stack trace element.
hashCode() - Method in class java.lang.String
Returns a hash code for this string.
hashCode() - Method in class java.lang.Thread.WeakClassKey
Returns the identity hash code of the original referent.
hashCode() - Method in class java.net.HttpCookie
Returns the hash code of this HTTP cookie.
hashCode() - Method in class java.net.Inet4Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.Inet6Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetSocketAddress
Returns a hashcode for this socket address.
hashCode() - Method in class java.net.InterfaceAddress
Returns a hashcode for this Interface address.
hashCode() - Method in class java.net.NetworkInterface
 
hashCode() - Method in class java.net.Proxy
Returns a hashcode for this Proxy.
hashCode() - Method in class java.net.SocketPermission
Returns the hash code value for this object.
hashCode() - Method in class java.net.URI
Returns a hash-code value for this URI.
hashCode() - Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode(URL) - Method in class java.net.URLStreamHandler
Provides the default hash calculation.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode(long[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(int[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(short[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(char[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(byte[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(boolean[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(float[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(double[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode() - Method in class java.util.BitSet
Returns the hash code value for this bit set.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.Collections.CheckedList
 
hashCode() - Method in class java.util.Collections.CheckedQueue
 
hashCode() - Method in class java.util.Collections.CheckedSet
 
hashCode() - Method in class java.util.Collections.SynchronizedList
 
hashCode() - Method in class java.util.Collections.SynchronizedSet
 
hashCode() - Method in class java.util.Collections.UnmodifiableList
 
hashCode() - Method in class java.util.Collections.UnmodifiableSet
 
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap.Node
 
hashCode() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the hash code value for this list.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.EnumMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.GregorianCalendar
Generates the hash code for this GregorianCalendar object.
hashCode() - Method in class java.util.HashMap.Node
 
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in class java.util.IdentityHashMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.JapaneseImperialCalendar
Generates the hash code for this JapaneseImperialCalendar object.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in class java.util.Locale
Override hashCode.
hashCode() - Method in class java.util.Locale.LanguageRange
Returns a hash code value for the object.
hashCode() - Method in class java.util.logging.Level
Generate a hashcode.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.SimpleTimeZone
Generates the hash code for the SimpleDateFormat object.
hashCode() - Method in class java.util.TreeMap.Entry
 
hashCode() - Method in class java.util.UUID
Returns a hash code for this UUID.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class java.util.zip.ZipEntry
Returns the hash code value for this entry.
HashIterator() - Constructor for class java.util.HashMap.HashIterator
 
HashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface.
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
HashMap(int) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
HashMap() - Constructor for class java.util.HashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Constructs a new HashMap with the same mappings as the specified Map.
HashMap.EntryIterator - Class in java.util
 
HashMap.EntrySet - Class in java.util
 
HashMap.EntrySpliterator<K,V> - Class in java.util
 
HashMap.HashIterator - Class in java.util
 
HashMap.HashMapSpliterator<K,V> - Class in java.util
 
HashMap.KeyIterator - Class in java.util
 
HashMap.KeySet - Class in java.util
 
HashMap.KeySpliterator<K,V> - Class in java.util
 
HashMap.Node<K,V> - Class in java.util
Basic hash bin node, used for most entries.
HashMap.TreeNode<K,V> - Class in java.util
Entry for Tree bins.
HashMap.ValueIterator - Class in java.util
 
HashMap.Values - Class in java.util
 
HashMap.ValueSpliterator<K,V> - Class in java.util
 
HashMapSpliterator(HashMap<K, V>, int, int, int, int) - Constructor for class java.util.HashMap.HashMapSpliterator
 
HashSet<E> - Class in java.util
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
HashSet(Collection<? extends E>) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor (0.75).
HashSet(int, float, boolean) - Constructor for class java.util.HashSet
Constructs a new, empty linked hash set.
Hashtable<K,V> - Class in java.util
This class implements a hash table, which maps keys to values.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor (0.75).
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default initial capacity (11) and load factor (0.75).
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasMoreElements() - Method in class java.util.concurrent.ConcurrentHashMap.BaseIterator
 
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreSpecificClass(Method, Method) - Static method in class java.lang.Class.MethodArray
 
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in class java.util.concurrent.ConcurrentHashMap.BaseIterator
 
hasNext() - Method in class java.util.concurrent.ConcurrentSkipListMap.Iter
 
hasNext() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
hasNext() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
hasNext() - Method in class java.util.concurrent.PriorityBlockingQueue.Itr
 
hasNext() - Method in class java.util.HashMap.HashIterator
 
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in class java.util.LinkedHashMap.LinkedHashIterator
 
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasNext() - Method in class java.util.Scanner
Returns true if this scanner has another token in its input.
hasNext(String) - Method in class java.util.Scanner
Returns true if the next token matches the pattern constructed from the specified string.
hasNext(Pattern) - Method in class java.util.Scanner
Returns true if the next complete token matches the specified pattern.
hasNext() - Method in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
hasNext() - Method in class java.util.TreeMap.PrivateEntryIterator
 
hasNextBigDecimal() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigDecimal using the Scanner.nextBigDecimal() method.
hasNextBigInteger() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the default radix using the Scanner.nextBigInteger() method.
hasNextBigInteger(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the specified radix using the Scanner.nextBigInteger() method.
hasNextBoolean() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a boolean value using a case insensitive pattern created from the string "true|false".
hasNextByte() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the default radix using the Scanner.nextByte() method.
hasNextByte(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the specified radix using the Scanner.nextByte() method.
hasNextDouble() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a double value using the Scanner.nextDouble() method.
hasNextFloat() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a float value using the Scanner.nextFloat() method.
hasNextInt() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the default radix using the Scanner.nextInt() method.
hasNextInt(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the specified radix using the Scanner.nextInt() method.
hasNextLine() - Method in class java.util.Scanner
Returns true if there is another line in the input of this scanner.
hasNextLong() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the default radix using the Scanner.nextLong() method.
hasNextLong(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the specified radix using the Scanner.nextLong() method.
hasNextShort() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the default radix using the Scanner.nextShort() method.
hasNextShort(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the specified radix using the Scanner.nextShort() method.
hasPrevious() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasPrevious() - Method in class java.util.Vector.ListItr
 
hasQueuedPredecessors() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads have been waiting to acquire longer than the current thread.
hasQueuedPredecessors() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads have been waiting to acquire longer than the current thread.
hasQueuedThread(Thread) - Method in class java.util.concurrent.locks.ReentrantLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThread(Thread) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether the given thread is waiting to acquire either the read or write lock.
hasQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads are waiting to acquire.
hasQueuedThreads() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads are waiting to acquire.
hasQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting to acquire this lock.
hasQueuedThreads() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting to acquire the read or write lock.
hasQueuedThreads() - Method in class java.util.concurrent.Semaphore
Queries whether any threads are waiting to acquire.
hasReadObjectMethod() - Method in class java.io.ObjectStreamClass
Returns true if represented class is serializable (but not externalizable) and defines a conformant readObject method.
hasReadObjectNoDataMethod() - Method in class java.io.ObjectStreamClass
Returns true if represented class is serializable (but not externalizable) and defines a conformant readObjectNoData method.
hasReadResolveMethod() - Method in class java.io.ObjectStreamClass
Returns true if represented class is serializable or externalizable and defines a conformant readResolve method.
hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
Returns true if this zone has the same rules and offset as another zone.
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
hasTransparentBounds() - Method in class java.util.regex.Matcher
Queries the transparency of region bounds for this matcher.
hasWaiters() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Queries whether any threads are waiting on this condition.
hasWaiters(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether any threads are waiting on the given condition associated with this synchronizer.
hasWaiters() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Queries whether any threads are waiting on this condition.
hasWaiters(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether any threads are waiting on the given condition associated with this synchronizer.
hasWaiters(Condition) - Method in class java.util.concurrent.locks.ReentrantLock
Queries whether any threads are waiting on the given condition associated with this lock.
hasWaiters(Condition) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries whether any threads are waiting on the given condition associated with the write lock.
hasWriteObjectData() - Method in class java.io.ObjectStreamClass
Returns true if class descriptor represents serializable (but not externalizable) class which has written its data via a custom writeObject() method, false otherwise.
hasWriteObjectMethod() - Method in class java.io.ObjectStreamClass
Returns true if represented class is serializable (but not externalizable) and defines a conformant writeObject method.
hasWriteReplaceMethod() - Method in class java.io.ObjectStreamClass
Returns true if represented class is serializable or externalizable and defines a conformant writeReplace method.
head - Variable in class java.util.ArrayDeque
The index of the element at the head of the deque (which is the element that would be removed by remove() or pop()); or an arbitrary number equal to tail if the deque is empty.
head - Variable in class java.util.concurrent.LinkedBlockingQueue
Head of linked list.
head - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue
Head of queue
head - Variable in class java.util.concurrent.SynchronousQueue.TransferStack
The head (top) of the stack
head - Variable in class java.util.LinkedHashMap
The head (eldest) of the doubly linked list.
head - Variable in class java.util.regex.Pattern.GroupRef
 
HeadIndex(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>, int) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.HeadIndex
 
headMap(K) - Method in class java.util.Collections.CheckedNavigableMap
 
headMap(K, boolean) - Method in class java.util.Collections.CheckedNavigableMap
 
headMap(K) - Method in class java.util.Collections.CheckedSortedMap
 
headMap(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
headMap(K, boolean) - Method in class java.util.Collections.SynchronizedNavigableMap
 
headMap(K) - Method in class java.util.Collections.SynchronizedSortedMap
 
headMap(K, boolean) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
headMap(K) - Method in class java.util.Collections.UnmodifiableSortedMap
 
headMap(K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
headMap(K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
headMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
headMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
headMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
headMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
headMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in class java.util.TreeMap.AscendingSubMap
 
headMap(K, boolean) - Method in class java.util.TreeMap.DescendingSubMap
 
headMap(K, boolean) - Method in class java.util.TreeMap
headMap(K) - Method in class java.util.TreeMap
headMap(K) - Method in class java.util.TreeMap.NavigableSubMap
 
headSet(E) - Method in class java.util.Collections.CheckedNavigableSet
 
headSet(E, boolean) - Method in class java.util.Collections.CheckedNavigableSet
 
headSet(E) - Method in class java.util.Collections.CheckedSortedSet
 
headSet(E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
headSet(E, boolean) - Method in class java.util.Collections.SynchronizedNavigableSet
 
headSet(E) - Method in class java.util.Collections.SynchronizedSortedSet
 
headSet(E, boolean) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
headSet(E) - Method in class java.util.Collections.UnmodifiableSortedSet
 
headSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
headSet(E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
headSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
headSet(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
headSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E, boolean) - Method in class java.util.TreeMap.KeySet
 
headSet(E) - Method in class java.util.TreeMap.KeySet
 
headSet(E, boolean) - Method in class java.util.TreeSet
headSet(E) - Method in class java.util.TreeSet
heapify() - Method in class java.util.TaskQueue
Establishes the heap invariant (described above) in the entire tree, assuming nothing about the order of the elements prior to the call.
HEBREW - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hebrew" Unicode character block.
HEISEI - Static variable in class java.util.JapaneseImperialCalendar
The ERA constant designating the Heisei era.
helpDelete(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Node<K, V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
Helps out a deletion by appending marker or unlinking from predecessor.
helpTransfer(ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.Node<K, V>) - Method in class java.util.concurrent.ConcurrentHashMap
Helps transfer if a resize is in progress.
HEX - Static variable in class java.util.regex.ASCII
 
hi - Variable in class java.util.TreeMap.NavigableSubMap
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive).
HIGH_PRIVATE_USE_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "High Private Use Surrogates" Unicode character block.
HIGH_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "High Surrogates" Unicode character block.
higher(E) - Method in class java.util.Collections.CheckedNavigableSet
 
higher(E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
higher(E) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
higher(E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
higher(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
higher(E) - Method in interface java.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higher(E) - Method in class java.util.TreeMap.KeySet
 
higher(E) - Method in class java.util.TreeSet
higherEntry(K) - Method in class java.util.Collections.CheckedNavigableMap
 
higherEntry(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
higherEntry(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
higherEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
higherEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in class java.util.TreeMap
higherEntry(K) - Method in class java.util.TreeMap.NavigableSubMap
 
higherKey(K) - Method in class java.util.Collections.CheckedNavigableMap
 
higherKey(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
higherKey(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
higherKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
higherKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
higherKey(K) - Method in interface java.util.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in class java.util.TreeMap
higherKey(K) - Method in class java.util.TreeMap.NavigableSubMap
 
highestEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
highestKey() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Returns highest absolute key (ignoring directonality).
highestOneBit(int) - Static method in class java.lang.Integer
Returns an int value with at most a single one-bit, in the position of the highest-order ("leftmost") one-bit in the specified int value.
highestOneBit(long) - Static method in class java.lang.Long
Returns a long value with at most a single one-bit, in the position of the highest-order ("leftmost") one-bit in the specified long value.
highSurrogate(int) - Static method in class java.lang.Character
Returns the leading surrogate (a high surrogate code unit) of the surrogate pair representing the specified supplementary character (Unicode code point) in the UTF-16 encoding.
hiInclusive - Variable in class java.util.TreeMap.NavigableSubMap
 
hiNode(Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Returns highest node.
HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hiragana" Unicode character block.
hitEnd - Variable in class java.util.regex.Matcher
Boolean indicating whether or not more input could change the results of the last match.
hitEnd() - Method in class java.util.regex.Matcher
HoldCounter() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.Sync.HoldCounter
 
holder - Variable in class java.net.InetAddress
 
holder() - Method in class java.net.InetAddress
 
holdsLock(Object) - Static method in class java.lang.Thread
Returns true if and only if the current thread holds the monitor lock on the specified object.
HorizWS() - Constructor for class java.util.regex.Pattern.HorizWS
 
HOST_UNREACHABLE - Static variable in interface java.net.SocksConsts
 
hostAddress - Variable in class java.net.URL
The host's IP address, used in equals and hashCode.
hostName - Variable in class java.net.InetAddress.InetAddressHolder
 
hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
Compares the host components of two URLs.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_MASK - Static variable in class java.util.Calendar
 
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR_OF_DAY_MASK - Static variable in class java.util.Calendar
 
HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 202: Accepted.
HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 502: Bad Gateway.
HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 405: Method Not Allowed.
HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 400: Bad Request.
HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 408: Request Time-Out.
HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 409: Conflict.
HTTP_CREATED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 201: Created.
HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 413: Request Entity Too Large.
HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 403: Forbidden.
HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 504: Gateway Timeout.
HTTP_GONE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 410: Gone.
HTTP_INTERNAL_ERROR - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 500: Internal Server Error.
HTTP_LENGTH_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 411: Length Required.
HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 301: Moved Permanently.
HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 302: Temporary Redirect.
HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 300: Multiple Choices.
HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 204: No Content.
HTTP_NOT_ACCEPTABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 406: Not Acceptable.
HTTP_NOT_AUTHORITATIVE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 203: Non-Authoritative Information.
HTTP_NOT_FOUND - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 404: Not Found.
HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 501: Not Implemented.
HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 304: Not Modified.
HTTP_OK - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 200: OK.
HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 206: Partial Content.
HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 402: Payment Required.
HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 412: Precondition Failed.
HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 407: Proxy Authentication Required.
HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 414: Request-URI Too Large.
HTTP_RESET - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 205: Reset Content.
HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 303: See Other.
HTTP_SERVER_ERROR - Static variable in class java.net.HttpURLConnection
Deprecated.
it is misplaced and shouldn't have existed.
HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 401: Unauthorized.
HTTP_UNAVAILABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 503: Service Unavailable.
HTTP_UNSUPPORTED_TYPE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 415: Unsupported Media Type.
HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 305: Use Proxy.
HTTP_VERSION - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 505: HTTP Version Not Supported.
HttpCookie - Class in java.net
An HttpCookie object represents an HTTP cookie, which carries state information between server and user agent.
HttpCookie(String, String) - Constructor for class java.net.HttpCookie
Constructs a cookie with a specified name and value.
HttpCookie.CookieAttributeAssignor - Interface in java.net
 
HttpRetryException - Exception in java.net
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
HttpRetryException(String, int) - Constructor for exception java.net.HttpRetryException
Constructs a new HttpRetryException from the specified response code and exception detail message
*
HttpRetryException(String, int, String) - Constructor for exception java.net.HttpRetryException
Constructs a new HttpRetryException with detail message responseCode and the contents of the Location response header field.
HttpURLConnection - Class in java.net
A URLConnection with support for HTTP-specific features.
HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
Constructor for the HttpURLConnection.
HUFFMAN_ONLY - Static variable in class java.util.zip.Deflater
Compression strategy for Huffman coding only.
hypot(double, double) - Static method in class java.lang.Math
Returns sqrt(x2 +y2) without intermediate overflow or underflow.
hypot(double, double) - Static method in class java.lang.StrictMath
Returns sqrt(x2 +y2) without intermediate overflow or underflow.

I

identityHashCode(Object) - Static method in class java.lang.System
Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IdentityHashMap<K,V> - Class in java.util
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
IdentityHashMap() - Constructor for class java.util.IdentityHashMap
Constructs a new, empty identity hash map with a default expected maximum size (21).
IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
Constructs a new, empty map with the specified expected maximum size.
IdentityHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.IdentityHashMap
Constructs a new identity hash map containing the keys-value mappings in the specified map.
IdentityHashMap.EntrySpliterator<K,V> - Class in java.util
 
IdentityHashMap.IdentityHashMapSpliterator<K,V> - Class in java.util
Similar form as array-based Spliterators, but skips blank elements, and guestimates size as decreasing by half per split.
IdentityHashMap.KeySpliterator<K,V> - Class in java.util
 
IdentityHashMap.ValueSpliterator<K,V> - Class in java.util
 
IdentityHashMapSpliterator(IdentityHashMap<K, V>, int, int, int, int) - Constructor for class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ideographic Description Characters" Unicode character block.
IDN - Class in java.net
Provides methods to convert internationalized domain names
(IDNs) between a normal Unicode representation and an ASCII Compatible Encoding (ACE) representation.
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IEEEremainder(double, double) - Static method in class java.lang.StrictMath
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
ifModifiedSince - Variable in class java.net.URLConnection
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
IllegalAccessError - Error in java.lang
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - Exception in java.lang
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified detail message and cause.
IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IllegalClassFormatException - Exception in java.lang.instrument
Thrown by an implementation of ClassFileTransformer.transform when its input parameters are invalid.
IllegalClassFormatException() - Constructor for exception java.lang.instrument.IllegalClassFormatException
Constructs an IllegalClassFormatException with no detail message.
IllegalClassFormatException(String) - Constructor for exception java.lang.instrument.IllegalClassFormatException
Constructs an IllegalClassFormatException with the specified detail message.
IllegalFormatCodePointException - Exception in java.util
Unchecked exception thrown when a character with an invalid Unicode code point as defined by Character.isValidCodePoint(int) is passed to the Formatter.
IllegalFormatCodePointException(int) - Constructor for exception java.util.IllegalFormatCodePointException
Constructs an instance of this class with the specified illegal code point as defined by Character.isValidCodePoint(int).
IllegalFormatConversionException - Exception in java.util
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.
IllegalFormatConversionException(char, Class<?>) - Constructor for exception java.util.IllegalFormatConversionException
Constructs an instance of this class with the mismatched conversion and the corresponding argument class.
IllegalFormatException - Exception in java.util
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments.
IllegalFormatException() - Constructor for exception java.util.IllegalFormatException
 
IllegalFormatFlagsException - Exception in java.util
Unchecked exception thrown when an illegal combination flags is given.
IllegalFormatFlagsException(String) - Constructor for exception java.util.IllegalFormatFlagsException
Constructs an instance of this class with the specified flags.
IllegalFormatPrecisionException - Exception in java.util
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported.
IllegalFormatPrecisionException(int) - Constructor for exception java.util.IllegalFormatPrecisionException
Constructs an instance of this class with the specified precision.
IllegalFormatWidthException - Exception in java.util
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported.
IllegalFormatWidthException(int) - Constructor for exception java.util.IllegalFormatWidthException
Constructs an instance of this class with the specified width.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified detail message and cause.
IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
IMPERIAL_ARAMAIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Imperial Aramaic" Unicode character block.
impl - Variable in class java.net.DatagramSocket
 
impl - Static variable in class java.net.InetAddress
 
impl - Variable in class java.net.Socket
The implementation of this Socket.
implAccept(Socket) - Method in class java.net.ServerSocket
Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket.
implClass - Static variable in class java.net.DatagramSocket
 
implies(Permission) - Method in class java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class java.io.FilePermissionCollection
Check and see if this set of permissions implies the permissions expressed in "permission".
implies(Permission) - Method in class java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
implies(Permission) - Method in class java.net.SocketPermissionCollection
Check and see if this collection of permissions implies the permissions expressed in "permission".
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
implies(Permission) - Method in class java.util.PropertyPermissionCollection
Check and see if this set of permissions implies the permissions expressed in "permission".
impliesIgnoreMask(FilePermission) - Method in class java.io.FilePermission
Checks if the Permission's actions are a proper subset of the this object's actions.
impliesIgnoreMask(SocketPermission) - Method in class java.net.SocketPermission
Checks if the incoming Permission's action are a proper subset of the this object's actions.
importMap(InputStream, Map<String, String>) - Static method in class java.util.prefs.XmlSupport
Import Map from the specified input stream, which is assumed to contain a map document as per the prefs DTD.
importPreferences(InputStream) - Static method in class java.util.prefs.Preferences
Imports all of the preferences represented by the XML document on the specified input stream.
importPreferences(InputStream) - Static method in class java.util.prefs.XmlSupport
Import preferences from the specified input stream, which is assumed to contain an XML document in the format described in the Preferences spec.
in - Variable in class java.io.FilterInputStream
The input stream to be filtered.
in - Variable in class java.io.FilterReader
The underlying character-input stream.
in - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be stored when received from the connected piped output stream.
in - Variable in class java.io.PipedReader
The index of the position in the circular buffer at which the next character of data will be stored when received from the connected piped writer.
in - Variable in class java.io.SequenceInputStream
 
in - Static variable in class java.lang.System
The "standard" input stream.
INADDRSZ - Static variable in class java.net.Inet4Address
 
INADDRSZ - Static variable in class java.net.Inet6Address
 
inBounds(Object, Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
inByteBuf - Variable in class java.util.Properties.LineReader
 
inCharBuf - Variable in class java.util.Properties.LineReader
 
inCheck - Variable in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClass(String) - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClassLoader() - Method in class java.lang.SecurityManager
Deprecated.
This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
inClosedRange(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
IncompatibleClassChangeError - Error in java.lang
Thrown when an incompatible class change has occurred to some class definition.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
IncompleteAnnotationException - Exception in java.lang.annotation
Thrown to indicate that a program has attempted to access an element of an annotation type that was added to the annotation type definition after the annotation was compiled (or serialized).
IncompleteAnnotationException(Class<? extends Annotation>, String) - Constructor for exception java.lang.annotation.IncompleteAnnotationException
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation type.
incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically increments by one the current value.
incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically increments by one the element at index i.
incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
incrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically increments by one the current value.
incrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically increments by one the element at index i.
incrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically increments by one the current value of the field of the given object managed by this updater.
incrementExact(int) - Static method in class java.lang.Math
Returns the argument incremented by one, throwing an exception if the result overflows an int.
incrementExact(long) - Static method in class java.lang.Math
Returns the argument incremented by one, throwing an exception if the result overflows a long.
inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
Queries if the given date is in daylight saving time.
inDaylightTime(Date) - Method in class java.util.TimeZone
Queries if the given date is in Daylight Saving Time in this time zone.
INDEPENDENT - Static variable in class java.util.regex.Pattern
 
index - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
index - Variable in class java.util.concurrent.ConcurrentHashMap.TableStack
 
index - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
Index(ConcurrentSkipListMap.Node<K, V>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.Index
Creates index node with given values.
index - Variable in class java.util.concurrent.Exchanger.Node
 
index - Variable in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
index - Variable in class java.util.HashMap.HashIterator
 
index - Variable in class java.util.HashMap.HashMapSpliterator
 
index - Variable in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
index - Variable in class java.util.Random.RandomDoublesSpliterator
 
index - Variable in class java.util.Random.RandomIntsSpliterator
 
index - Variable in class java.util.Random.RandomLongsSpliterator
 
index - Variable in class java.util.WeakHashMap.WeakHashMapSpliterator
 
indexesDeletedNode() - Method in class java.util.concurrent.ConcurrentSkipListMap.Index
Returns true if the node this indexes has been deleted.
indexOf(String) - Method in class java.lang.AbstractStringBuilder
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.AbstractStringBuilder
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(char[], int, int, String, int) - Static method in class java.lang.String
Code shared by String and AbstractStringBuilder to do searches.
indexOf(char[], int, int, char[], int, int, int) - Static method in class java.lang.String
Code shared by String and StringBuffer to do searches.
indexOf(String) - Method in class java.lang.StringBuffer
 
indexOf(String, int) - Method in class java.lang.StringBuffer
 
indexOf(String) - Method in class java.lang.StringBuilder
 
indexOf(String, int) - Method in class java.lang.StringBuilder
 
indexOf(Object) - Method in class java.util.AbstractList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.ArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.Collections.CheckedList
 
indexOf(Object) - Method in class java.util.Collections.SynchronizedList
 
indexOf(Object) - Method in class java.util.Collections.UnmodifiableList
 
indexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the first occurrence of the specified element in this list, searching forwards from index, or returns -1 if the element is not found.
indexOf(Object) - Method in class java.util.LinkedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in interface java.util.List
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
indexOf(Object, int) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, searching forwards from index, or returns -1 if the element is not found.
indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
Inet4Address - Class in java.net
This class represents an Internet Protocol version 4 (IPv4) address.
Inet4Address() - Constructor for class java.net.Inet4Address
 
Inet4Address(String, byte[]) - Constructor for class java.net.Inet4Address
 
Inet4Address(String, int) - Constructor for class java.net.Inet4Address
 
Inet4AddressImpl - Class in java.net
 
Inet4AddressImpl() - Constructor for class java.net.Inet4AddressImpl
 
Inet6Address - Class in java.net
This class represents an Internet Protocol version 6 (IPv6) address.
Inet6Address() - Constructor for class java.net.Inet6Address
 
Inet6Address(String, byte[], int) - Constructor for class java.net.Inet6Address
 
Inet6Address(String, byte[]) - Constructor for class java.net.Inet6Address
 
Inet6Address(String, byte[], NetworkInterface) - Constructor for class java.net.Inet6Address
 
Inet6Address(String, byte[], String) - Constructor for class java.net.Inet6Address
 
Inet6AddressImpl - Class in java.net
 
Inet6AddressImpl() - Constructor for class java.net.Inet6AddressImpl
 
InetAddress - Class in java.net
This class represents an Internet Protocol (IP) address.
InetAddress() - Constructor for class java.net.InetAddress
Constructor for the Socket.accept() method.
InetAddress.Cache - Class in java.net
A cache that manages entries based on a policy specified at creation time.
InetAddress.Cache.Type - Enum in java.net
 
InetAddress.CacheEntry - Class in java.net
Represents a cache entry
InetAddress.InetAddressHolder - Class in java.net
 
InetAddressHolder() - Constructor for class java.net.InetAddress.InetAddressHolder
 
InetAddressHolder(String, int, int) - Constructor for class java.net.InetAddress.InetAddressHolder
 
InetAddressImpl - Interface in java.net
 
InetAddressImplFactory - Class in java.net
 
InetAddressImplFactory() - Constructor for class java.net.InetAddressImplFactory
 
InetSocketAddress - Class in java.net
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
Creates a socket address where the IP address is the wildcard address and the port number a specified value.
InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from an IP address and a port number.
InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from a hostname and a port number.
inf - Variable in class java.util.zip.InflaterInputStream
Decompressor for this stream.
inf - Variable in class java.util.zip.InflaterOutputStream
Decompressor for this stream.
inflate(byte[], int, int) - Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
inflate(byte[]) - Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
Inflater - Class in java.util.zip
This class provides support for general purpose decompression using the popular ZLIB compression library.
Inflater(boolean) - Constructor for class java.util.zip.Inflater
Creates a new decompressor.
Inflater() - Constructor for class java.util.zip.Inflater
Creates a new decompressor.
InflaterInputStream - Class in java.util.zip
This class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
InflaterOutputStream - Class in java.util.zip
Implements an output stream filter for uncompressing data stored in the "deflate" compression format.
InflaterOutputStream(OutputStream) - Constructor for class java.util.zip.InflaterOutputStream
Creates a new output stream with a default decompressor and buffer size.
InflaterOutputStream(OutputStream, Inflater) - Constructor for class java.util.zip.InflaterOutputStream
Creates a new output stream with the specified decompressor and a default buffer size.
InflaterOutputStream(OutputStream, Inflater, int) - Constructor for class java.util.zip.InflaterOutputStream
Creates a new output stream with the specified decompressor and buffer size.
INFO - Static variable in class java.util.logging.Level
INFO is a message level for informational messages.
info(String) - Method in class java.util.logging.Logger
Log an INFO message.
info(Supplier<String>) - Method in class java.util.logging.Logger
Log a INFO message, which is only to be constructed if the logging level is such that the message will actually be logged.
INHERIT - Static variable in class java.lang.ProcessBuilder.Redirect
Indicates that subprocess I/O source or destination will be the same as those of the current process.
InheritableThreadLocal<T> - Class in java.lang
This class extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values.
InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal
 
inheritableThreadLocals - Variable in class java.lang.Thread
 
Inherited - Annotation Type in java.lang.annotation
Indicates that an annotation type is automatically inherited.
inheritedChannel() - Static method in class java.lang.System
Returns the channel inherited from the entity that created this Java virtual machine.
inheritIO() - Method in class java.lang.ProcessBuilder
Sets the source and destination for subprocess standard I/O to be the same as those of the current Java process.
init(String, int) - Method in class java.net.InetAddress.InetAddressHolder
 
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pi" in the Unicode specification.
initialValue() - Method in class java.lang.ThreadLocal
Returns the current thread's "initial value" for this thread-local variable.
initialValue() - Method in class java.lang.ThreadLocal.SuppliedThreadLocal
 
initialValue() - Method in class java.util.concurrent.Exchanger.Participant
 
initialValue() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync.ThreadLocalHoldCounter
 
initNonProxy(ObjectStreamClass, Class<?>, ClassNotFoundException, ObjectStreamClass) - Method in class java.io.ObjectStreamClass
Initializes class descriptor representing a non-proxy class.
initProxy(Class<?>, ClassNotFoundException, ObjectStreamClass) - Method in class java.io.ObjectStreamClass
Initializes class descriptor representing a proxy class.
inLimit - Variable in class java.util.Properties.LineReader
 
inOff - Variable in class java.util.Properties.LineReader
 
InputMismatchException - Exception in java.util
Thrown by a Scanner to indicate that the token retrieved does not match the pattern for the expected type,
or that the token is out of range for the expected type.
InputMismatchException() - Constructor for exception java.util.InputMismatchException
Constructs an InputMismatchException with null as its error message string.
InputMismatchException(String) - Constructor for exception java.util.InputMismatchException
Constructs an InputMismatchException, saving a reference to the error message string s for later retrieval by the getMessage method.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the default charset.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the named charset.
InputStreamReader(InputStream, Charset) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the given charset.
InputStreamReader(InputStream, CharsetDecoder) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the given charset decoder.
inRange(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
inRange(Object, boolean) - Method in class java.util.TreeMap.NavigableSubMap
 
INSCRIPTIONAL_PAHLAVI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Inscriptional Pahlavi" Unicode character block.
INSCRIPTIONAL_PARTHIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Inscriptional Parthian" Unicode character block.
insert(int, char[], int, int) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of a subarray of the str array argument into this sequence.
insert(int, Object) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the Object argument into this character sequence.
insert(int, String) - Method in class java.lang.AbstractStringBuilder
Inserts the string into this character sequence.
insert(int, char[]) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the char array argument into this sequence.
insert(int, CharSequence) - Method in class java.lang.AbstractStringBuilder
Inserts the specified CharSequence into this sequence.
insert(int, CharSequence, int, int) - Method in class java.lang.AbstractStringBuilder
Inserts a subsequence of the specified CharSequence into this sequence.
insert(int, boolean) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the boolean argument into this sequence.
insert(int, char) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the char argument into this sequence.
insert(int, int) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the second int argument into this sequence.
insert(int, long) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the long argument into this sequence.
insert(int, float) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the float argument into this sequence.
insert(int, double) - Method in class java.lang.AbstractStringBuilder
Inserts the string representation of the double argument into this sequence.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
 
insert(int, Object) - Method in class java.lang.StringBuffer
 
insert(int, String) - Method in class java.lang.StringBuffer
 
insert(int, char[]) - Method in class java.lang.StringBuffer
 
insert(int, CharSequence) - Method in class java.lang.StringBuffer
 
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
 
insert(int, boolean) - Method in class java.lang.StringBuffer
 
insert(int, char) - Method in class java.lang.StringBuffer
 
insert(int, int) - Method in class java.lang.StringBuffer
 
insert(int, long) - Method in class java.lang.StringBuffer
 
insert(int, float) - Method in class java.lang.StringBuffer
 
insert(int, double) - Method in class java.lang.StringBuffer
 
insert(int, char[], int, int) - Method in class java.lang.StringBuilder
 
insert(int, Object) - Method in class java.lang.StringBuilder
 
insert(int, String) - Method in class java.lang.StringBuilder
 
insert(int, char[]) - Method in class java.lang.StringBuilder
 
insert(int, CharSequence) - Method in class java.lang.StringBuilder
 
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
 
insert(int, boolean) - Method in class java.lang.StringBuilder
 
insert(int, char) - Method in class java.lang.StringBuilder
 
insert(int, int) - Method in class java.lang.StringBuilder
 
insert(int, long) - Method in class java.lang.StringBuilder
 
insert(int, float) - Method in class java.lang.StringBuilder
 
insert(int, double) - Method in class java.lang.StringBuilder
 
insertElementAt(E, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
INSTANCE - Static variable in class java.lang.ProcessBuilder.NullInputStream
 
INSTANCE - Static variable in class java.lang.ProcessBuilder.NullOutputStream
 
INSTANCE - Static variable in class java.net.UnknownContentHandler
 
INSTANCE - Static variable in class java.util.Arrays.NaturalOrder
 
instanceFollowRedirects - Variable in class java.net.HttpURLConnection
If true, the protocol will automatically follow redirects.
InstantiationError - Error in java.lang
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InstantiationError() - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String) - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
inStream - Variable in class java.util.Properties.LineReader
 
Instrumentation - Interface in java.lang.instrument
This class provides services needed to instrument Java programming language code.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the float value corresponding to a given bit representation.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the specified int value.
Integer(String) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
INTERFACE - Static variable in class java.lang.reflect.Modifier
The int value representing the interface modifier.
InterfaceAddress - Class in java.net
This class represents a Network Interface address.
InterfaceAddress() - Constructor for class java.net.InterfaceAddress
 
interfaceModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to an interface.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - Error in java.lang
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message.
InternalError(String, Throwable) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message and cause.
InternalError(Throwable) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
internalGet(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
internalNextDouble(double, double) - Method in class java.util.Random
The form of nextDouble used by DoubleStream Spliterators.
internalNextInt(int, int) - Method in class java.util.Random
The form of nextInt used by IntStream Spliterators.
internalNextLong(long, long) - Method in class java.util.Random
The form of nextLong used by LongStream Spliterators.
internalSet(int, int) - Method in class java.util.Calendar
Sets the value of the given calendar field.
internalWriteEntries(ObjectOutputStream) - Method in class java.util.HashMap
 
internalWriteEntries(ObjectOutputStream) - Method in class java.util.LinkedHashMap
 
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupt() - Method in class java.lang.ThreadGroup
Interrupts all threads in this thread group.
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersects(BitSet) - Method in class java.util.BitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
ints(long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom int values.
ints() - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom int values.
ints(long, int, int) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
ints(int, int) - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int after a widening primitive conversion.
intValue() - Method in class java.lang.Double
Returns the value of this Double as an int after a narrowing primitive conversion.
intValue() - Method in class java.lang.Float
Returns the value of this Float as an int after a narrowing primitive conversion.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int after a narrowing primitive conversion.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int, which may involve rounding or truncation.
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int after a widening primitive conversion.
intValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as an int.
intValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as an int after a narrowing primitive conversion.
intValue() - Method in class java.util.logging.Level
Get the integer value for this level.
InvalidClassException - Exception in java.io
Thrown when the Serialization runtime detects one of the following problems with a Class.
InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
Report an InvalidClassException for the reason specified.
InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
Constructs an InvalidClassException object.
InvalidObjectException - Exception in java.io
Indicates that one or more deserialized objects failed validation tests.
InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
Constructs an InvalidObjectException.
InvalidPreferencesFormatException - Exception in java.util.prefs
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of preferences, as per the Preferences specification.
InvalidPreferencesFormatException(Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Constructs an InvalidPreferencesFormatException with the specified cause.
InvalidPreferencesFormatException(String) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Constructs an InvalidPreferencesFormatException with the specified detail message.
InvalidPreferencesFormatException(String, Throwable) - Constructor for exception java.util.prefs.InvalidPreferencesFormatException
Constructs an InvalidPreferencesFormatException with the specified detail message and cause.
InvalidPropertiesFormatException - Exception in java.util
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per the Properties specification.
InvalidPropertiesFormatException(Throwable) - Constructor for exception java.util.InvalidPropertiesFormatException
Constructs an InvalidPropertiesFormatException with the specified cause.
InvalidPropertiesFormatException(String) - Constructor for exception java.util.InvalidPropertiesFormatException
Constructs an InvalidPropertiesFormatException with the specified detail message.
InvocationHandler - Interface in java.lang.reflect
InvocationHandler is the interface implemented by the invocation handler of a proxy instance.
InvocationTargetException - Exception in java.lang.reflect
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
InvocationTargetException() - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs an InvocationTargetException with null as the target exception.
InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception and a detail message.
invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invoke(Object, Object...) - Method in class java.lang.reflect.Method
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invokeAll(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAll(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
invokeAll(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.AbstractExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
invokeReadObject(Object, ObjectInputStream) - Method in class java.io.ObjectStreamClass
Invokes the readObject method of the represented serializable class.
invokeReadObjectNoData(Object) - Method in class java.io.ObjectStreamClass
Invokes the readObjectNoData method of the represented serializable class.
invokeReadResolve(Object) - Method in class java.io.ObjectStreamClass
Invokes the readResolve method of the represented serializable class and returns the result.
invokeWriteObject(Object, ObjectOutputStream) - Method in class java.io.ObjectStreamClass
Invokes the writeObject method of the represented serializable class.
invokeWriteReplace(Object) - Method in class java.io.ObjectStreamClass
Invokes the writeReplace method of the represented serializable class and returns the result.
IOError - Error in java.io
Thrown when a serious I/O error has occurred.
IOError(Throwable) - Constructor for error java.io.IOError
Constructs a new instance of IOError with the specified cause.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IOException(String, Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message and cause.
IOException(Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ioException() - Method in class java.util.Formatter
Returns the IOException last thrown by this formatter's Appendable.
ioException() - Method in class java.util.Scanner
Returns the IOException last thrown by this Scanner's underlying Readable.
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
Same as above.
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "IPA Extensions" Unicode character block.
IPv4 - Static variable in class java.net.InetAddress
Specify the address family: Internet Protocol, Version 4
* @since 1.4
IPV4 - Static variable in interface java.net.SocksConsts
 
IPv6 - Static variable in class java.net.InetAddress
Specify the address family: Internet Protocol, Version 6
* @since 1.4
IPV6 - Static variable in interface java.net.SocksConsts
 
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isAbsolute(File) - Method in class java.io.FileSystem
Tell whether or not the given abstract pathname is absolute.
isAbsolute() - Method in class java.net.URI
Tells whether or not this URI is absolute.
isAbstract(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the abstract modifier, false otherwise.
isAccessible() - Method in class java.lang.reflect.AccessibleObject
Get the value of the accessible flag for this object.
isAlive() - Method in class java.lang.Process
Tests whether the subprocess represented by this Process is alive.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAlnum(int) - Static method in class java.util.regex.ASCII
 
isAlpha(int) - Static method in class java.util.regex.ASCII
 
isAlphabetic(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is an alphabet.
isAncestor(ClassLoader) - Method in class java.lang.ClassLoader
 
isAnnotation() - Method in class java.lang.Class
Returns true if this Class object represents an annotation type.
isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Class
Returns true if an annotation for the specified type is present on this element, else false.
isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.Package
Returns true if an annotation for the specified type is present on this element, else false.
isAnnotationPresent(Class<? extends Annotation>) - Method in class java.lang.reflect.AccessibleObject
Returns true if an annotation for the specified type is present on this element, else false.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface java.lang.reflect.AnnotatedElement
Returns true if an annotation for the specified type is present on this element, else false.
isAnonymousClass() - Method in class java.lang.Class
Returns true if and only if the underlying class is an anonymous class.
isAnyLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress in a wildcard address.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAscii(int) - Static method in class java.util.regex.ASCII
 
isAssignableFrom(Class<?>) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isBaseHeader() - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
Returns true if this node is the header of base-level list.
isBeforeEnd(ConcurrentSkipListMap.Node<K, V>, Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Returns true if node key is less than upper bound of range.
isBmpCodePoint(int) - Static method in class java.lang.Character
Determines whether the specified character (Unicode code point) is in the Basic Multilingual Plane (BMP).
isBootClassPathSupported() - Method in interface java.lang.management.RuntimeMXBean
Tests if the Java virtual machine supports the boot class path mechanism used by the bootstrap class loader to search for class files.
isBound() - Method in class java.net.DatagramSocket
Returns the binding state of the socket.
isBound() - Method in class java.net.ServerSocket
Returns the binding state of the ServerSocket.
isBound() - Method in class java.net.Socket
Returns the binding state of the socket.
isBridge() - Method in class java.lang.reflect.Method
Returns true if this method is a bridge method; returns false otherwise.
isBroken() - Method in class java.util.concurrent.CyclicBarrier
Queries if this barrier is in a broken state.
isBuiltin - Variable in class java.lang.ClassLoader.NativeLibrary
 
isCancelled() - Method in interface java.util.concurrent.Future
Returns true if this task was cancelled before it completed normally.
isCancelled() - Method in class java.util.concurrent.FutureTask
 
isCancelled() - Method in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
isCancelled() - Method in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
isClosed() - Method in class java.net.AbstractPlainDatagramSocketImpl
 
isClosed() - Method in class java.net.DatagramSocket
Returns whether the socket is closed or not.
isClosed() - Method in class java.net.ServerSocket
Returns the closed state of the ServerSocket.
isClosed() - Method in class java.net.Socket
Returns the closed state of the socket.
isClosedOrPending() - Method in class java.net.AbstractPlainSocketImpl
 
isCntrl(int) - Static method in class java.util.regex.ASCII
 
isCollectionUsageThresholdExceeded() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if the memory usage of this memory pool after the most recent collection on which the Java virtual machine has expended effort has reached or exceeded its collection usage threshold.
isCollectionUsageThresholdSupported() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if this memory pool supports a collection usage threshold.
isCompatibleWith(String) - Method in class java.lang.Package
Compare this package's specification version with a desired version.
isCompilationTimeMonitoringSupported() - Method in interface java.lang.management.CompilationMXBean
Tests if the Java virtual machine supports the monitoring of compilation time.
isConnected() - Method in class java.net.DatagramSocket
Returns the connection state of the socket.
isConnected() - Method in class java.net.Socket
Returns the connection state of the socket.
isConnectionReset() - Method in class java.net.AbstractPlainSocketImpl
 
isConnectionResetPending() - Method in class java.net.AbstractPlainSocketImpl
 
isCurrentThreadCpuTimeSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports CPU time measurement for the current thread.
isDaemon() - Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon() - Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isData - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
isDefault() - Method in class java.lang.reflect.Method
Returns true if this method is a default method; returns false otherwise.
isDefined(char) - Static method in class java.lang.Character
Determines if a character is defined in Unicode.
isDefined(int) - Static method in class java.lang.Character
Determines if a character (Unicode code point) is defined in Unicode.
isDestroyed() - Method in class java.lang.ThreadGroup
Tests if this thread group has been destroyed.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDigit(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a digit.
isDigit(int) - Static method in class java.util.regex.ASCII
 
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isDirectory() - Method in class java.util.zip.ZipEntry
Returns true if this is a directory entry.
isDone() - Method in interface java.util.concurrent.Future
Returns true if this task completed.
isDone() - Method in class java.util.concurrent.FutureTask
 
isEmpty() - Method in class java.lang.String
Returns true if, and only if, String.length() is 0.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.ArrayDeque
Returns true if this deque contains no elements.
isEmpty() - Method in class java.util.ArrayList
Returns true if this list contains no elements.
isEmpty() - Method in class java.util.BitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.Collections.AsLIFOQueue
 
isEmpty() - Method in class java.util.Collections.CheckedCollection
 
isEmpty() - Method in class java.util.Collections.SynchronizedCollection
 
isEmpty() - Method in class java.util.Collections.UnmodifiableCollection
 
isEmpty() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
isEmpty() - Method in class java.util.concurrent.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
isEmpty() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns true if this list contains no elements.
isEmpty() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
isEmpty() - Method in class java.util.concurrent.SynchronousQueue
Always returns true.
isEmpty() - Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.IdentityHashMap
Returns true if this identity hash map contains no key-value mappings.
isEmpty() - Method in class java.util.JumboEnumSet
Returns true if this set contains no elements.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.RegularEnumSet
Returns true if this set contains no elements.
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.TaskQueue
Returns true if the priority queue contains no elements.
isEmpty() - Method in class java.util.TreeMap.KeySet
 
isEmpty() - Method in class java.util.TreeMap.NavigableSubMap.EntrySetView
 
isEmpty() - Method in class java.util.TreeMap.NavigableSubMap
 
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEnqueued() - Method in class java.lang.ref.Reference
Tells whether or not this reference object has been enqueued, either by the program or by the garbage collector.
isEnum() - Method in class java.io.ObjectStreamClass
Returns true if class descriptor represents an enum type, false otherwise.
isEnum() - Method in class java.lang.Class
Returns true if and only if this class was declared as an enum in the source code.
isEnumConstant() - Method in class java.lang.reflect.Field
Returns true if this field represents an element of an enumerated type; returns false otherwise.
isExternalizable() - Method in class java.io.ObjectStreamClass
Returns true if represented class implements Externalizable, false otherwise.
isExternallySet(int) - Method in class java.util.Calendar
Returns whether the value of the specified calendar field has been set externally by calling one of the setter methods rather than by the internal time calculation.
isFair() - Method in class java.util.concurrent.locks.ReentrantLock
Returns true if this lock has fairness set true.
isFair() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns true if this lock has fairness set true.
isFair() - Method in class java.util.concurrent.Semaphore
Returns true if this semaphore has fairness set true.
isFieldSet(int, int) - Static method in class java.util.Calendar
Returns whether the specified field is on in the fieldMask.
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
isFinal(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the final modifier, false otherwise.
isFinite(double) - Static method in class java.lang.Double
Returns true if the argument is a finite floating-point value; returns false otherwise (for NaN and infinity arguments).
isFinite(float) - Static method in class java.lang.Float
Returns true if the argument is a finite floating-point value; returns false otherwise (for NaN and infinity arguments).
isFulfilling(int) - Static method in class java.util.concurrent.SynchronousQueue.TransferStack
Returns true if m has fulfilling bit set.
isFullyNormalized() - Method in class java.util.Calendar
Returns whether the calendar fields are fully in sync with the time value.
isGraph(int) - Static method in class java.util.regex.ASCII
 
isHeldByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by the current thread.
isHeldByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Queries if this write lock is held by the current thread.
isHeldExclusively() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns true if synchronization is held exclusively with respect to the current (calling) thread.
isHeldExclusively() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns true if synchronization is held exclusively with respect to the current (calling) thread.
isHeldExclusively() - Method in class java.util.concurrent.locks.ReentrantLock.Sync
 
isHeldExclusively() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
isHexDigit(int) - Static method in class java.util.regex.ASCII
 
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
isHighSurrogate(char) - Static method in class java.lang.Character
Determines if the given char value is a Unicode high-surrogate code unit (also known as leading-surrogate code unt).
isHttpOnly() - Method in class java.net.HttpCookie
Returns true if this cookie contains the HttpOnly attribute.
isIdentifierIgnorable(char) - Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isIdentifierIgnorable(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isIdentifierIgnorable(int) - Method in class java.lang.CharacterData
 
isIdeographic(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a CJKV (Chinese, Japanese, Korean and Vietnamese) ideograph, as defined by the Unicode Standard.
isIdeographic(int) - Method in class java.lang.CharacterData
 
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude, false otherwise.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude, false otherwise.
isInNative() - Method in class java.lang.management.ThreadInfo
Tests if the thread associated with this ThreadInfo is executing native code via the Java Native Interface (JNI).
isInputShutdown() - Method in class java.net.Socket
Returns whether the read-half of the socket connection is closed.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInstantiable() - Method in class java.io.ObjectStreamClass
Returns true if represented class is serializable/externalizable and can be instantiated by the serialization runtime--i.e., if it is externalizable and defines a public no-arg constructor, or if it is non-externalizable and its first non-serializable superclass defines an accessible no-arg constructor.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterface(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the interface modifier, false otherwise.
isInterrupted() - Method in class java.lang.Thread
Tests whether this thread has been interrupted.
isInvalid() - Method in class java.io.File
Check if the file has an invalid path.
isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
isIPv6Supported() - Static method in class java.net.InetAddressImplFactory
 
isISOControl(char) - Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isISOControl(int) - Static method in class java.lang.Character
Determines if the referenced character (Unicode code point) is an ISO control character.
isJavaIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierPart(int) - Static method in class java.lang.Character
Determines if the character (Unicode code point) may be part of a Java identifier as other than the first character.
isJavaIdentifierPart(int) - Method in class java.lang.CharacterData
 
isJavaIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isJavaIdentifierStart(int) - Static method in class java.lang.Character
Determines if the character (Unicode code point) is permissible as the first character in a Java identifier.
isJavaIdentifierStart(int) - Method in class java.lang.CharacterData
 
isJavaLetter(char) - Static method in class java.lang.Character
Deprecated.
Replaced by isJavaIdentifierStart(char).
isJavaLetterOrDigit(char) - Static method in class java.lang.Character
Deprecated.
Replaced by isJavaIdentifierPart(char).
isLeapYear(int) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient() - Method in class java.util.Calendar
Tells whether date/time interpretation is to be lenient.
isLetter(char) - Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetter(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a letter.
isLetterOrDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLetterOrDigit(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a letter or digit.
isLevelInitialized() - Method in class java.util.logging.Logger
 
isLinkLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress(byte[]) - Static method in class java.net.Inet6Address
 
isLinkLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an link local address.
isLocalClass() - Method in class java.lang.Class
Returns true if and only if the underlying class is a local class.
isLocked() - Method in class java.util.concurrent.locks.ReentrantLock
Queries if this lock is held by any thread.
isLocked() - Method in class java.util.concurrent.locks.ReentrantLock.Sync
 
isLoggable(LogRecord) - Method in interface java.util.logging.Filter
Check if a given log record should be published.
isLoggable(LogRecord) - Method in class java.util.logging.Handler
Check if this Handler would actually log a given LogRecord.
isLoggable(Level) - Method in class java.util.logging.Logger
Check if a message of the given level would actually be logged by this logger.
isLoggable(LogRecord) - Method in class java.util.logging.MemoryHandler
Check if this Handler would actually log a given LogRecord into its internal buffer.
isLoggable(LogRecord) - Method in class java.util.logging.StreamHandler
Check if this Handler would actually log a given LogRecord.
isLoopback() - Method in class java.net.NetworkInterface
Returns whether a network interface is a loopback interface.
isLoopbackAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a loopback address.
isLower(int) - Static method in class java.util.regex.ASCII
 
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isLowerCase(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a lowercase character.
isLowSurrogate(char) - Static method in class java.lang.Character
Determines if the given char value is a Unicode low-surrogate code unit (also known as trailing-surrogate code unit).
isMandated(int) - Static method in class java.lang.reflect.Modifier
 
isMarked() - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current value of the mark.
isMarker() - Method in class java.util.concurrent.ConcurrentSkipListMap.Node
Returns true if this node is a marker.
isMCGlobal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has global scope.
isMCLinkLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has link scope.
isMCNodeLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has node scope.
isMCOrgLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has organization scope.
isMCSiteLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has site scope.
isMemberClass() - Method in class java.lang.Class
Returns true if and only if the underlying class is a member class.
isMirrored(char) - Static method in class java.lang.Character
Determines whether the character is mirrored according to the Unicode specification.
isMirrored(int) - Static method in class java.lang.Character
Determines whether the specified character (Unicode code point) is mirrored according to the Unicode specification.
isMirrored(int) - Method in class java.lang.CharacterData
 
isModifiableClass(Class<?>) - Method in interface java.lang.instrument.Instrumentation
Determines whether a class is modifiable by retransformation or redefinition.
isMulticastAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an IP multicast address.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is a Not-a-Number (NaN), false otherwise.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is a Not-a-Number (NaN), false otherwise.
isNarrowStyle(int) - Method in class java.util.Calendar
 
isNative(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the native modifier, false otherwise.
isNativeMethod() - Method in class java.lang.StackTraceElement
Returns true if the method containing the execution point represented by this stack trace element is a native method.
isNativeMethodPrefixSupported() - Method in interface java.lang.instrument.Instrumentation
Returns whether the current JVM configuration supports setting a native method prefix.
isObjectMonitorUsageSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports monitoring of object monitor usage.
isoCountryTable - Static variable in class java.util.LocaleISOData
The 2- and 3-letter ISO 3166 country codes.
isOctDigit(int) - Static method in class java.util.regex.ASCII
 
isOffList() - Method in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
Returns true if this node is known to be off the queue because its next pointer has been forgotten due to an advanceHead operation.
isoLanguageTable - Static variable in class java.util.LocaleISOData
The 2- and 3-letter ISO 639 language codes.
isOnSyncQueue(AbstractQueuedLongSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns true if a node, always one that was initially placed on a condition queue, is now waiting to reacquire on sync queue.
isOnSyncQueue(AbstractQueuedSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns true if a node, always one that was initially placed on a condition queue, is now waiting to reacquire on sync queue.
isOpaque() - Method in class java.net.URI
Tells whether or not this URI is opaque.
isOtherAlphabetic(int) - Method in class java.lang.CharacterData
 
isOtherLowercase(int) - Method in class java.lang.CharacterData
 
isOtherUppercase(int) - Method in class java.lang.CharacterData
 
isOutputShutdown() - Method in class java.net.Socket
Returns whether the write-half of the socket connection is closed.
isOwnedBy(AbstractQueuedLongSynchronizer) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Returns true if this condition was created by the given synchronization object.
isOwnedBy(AbstractQueuedSynchronizer) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Returns true if this condition was created by the given synchronization object.
isPartiallyNormalized() - Method in class java.util.Calendar
Returns whether the calendar fields are partially in sync with the time value or fully in sync but not stamp values are not normalized yet.
isPeriodic() - Method in interface java.util.concurrent.RunnableScheduledFuture
Returns true if this task is periodic.
isPointToPoint() - Method in class java.net.NetworkInterface
Returns whether a network interface is a point to point interface.
isPrimitive() - Method in class java.io.ObjectStreamField
Return true if this field has a primitive type.
isPrimitive() - Method in class java.lang.Class
Determines if the specified Class object represents a primitive type.
isPrint(int) - Static method in class java.util.regex.ASCII
 
isPrivate(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the private modifier, false otherwise.
isProtected(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the protected modifier, false otherwise.
isProxy() - Method in class java.io.ObjectStreamClass
Returns true if class descriptor represents a dynamic proxy class, false otherwise.
isProxyClass(Class<?>) - Static method in class java.lang.reflect.Proxy
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isPublic(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the public modifier, false otherwise.
isPunct(int) - Static method in class java.util.regex.ASCII
 
isQueued(Thread) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns true if the given thread
is currently queued.
isQueued(Thread) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns true if the given thread
is currently queued.
isReachable(InetAddress, int, NetworkInterface, int) - Method in class java.net.Inet4AddressImpl
 
isReachable(InetAddress, int, NetworkInterface, int) - Method in class java.net.Inet6AddressImpl
 
isReachable(int) - Method in class java.net.InetAddress
Test whether that address is reachable.
isReachable(NetworkInterface, int, int) - Method in class java.net.InetAddress
Test whether that address is reachable.
isReachable(InetAddress, int, NetworkInterface, int) - Method in interface java.net.InetAddressImpl
 
isRedefineClassesSupported() - Method in interface java.lang.instrument.Instrumentation
Returns whether or not the current JVM configuration supports redefinition of classes.
isRemoved() - Method in class java.util.prefs.AbstractPreferences
Returns true iff this node (or an ancestor) has been removed with the AbstractPreferences.removeNode() method.
isRetransformClassesSupported() - Method in interface java.lang.instrument.Instrumentation
Returns whether or not the current JVM configuration supports retransformation of classes.
isRunningOrShutdown(boolean) - Method in class java.util.concurrent.ThreadPoolExecutor
State check needed by ScheduledThreadPoolExecutor to enable running tasks during shutdown.
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.All
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Block
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Category
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Ctype
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Dot
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.HorizWS
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Script
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Single
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.SingleI
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.SingleS
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.SingleU
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.UnixDot
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.Utype
 
isSatisfiedBy(int) - Method in class java.util.regex.Pattern.VertWS
 
isSealed() - Method in class java.lang.Package
Returns true if this package is sealed.
isSealed(URL) - Method in class java.lang.Package
Returns true if this package is sealed with respect to the specified code source url.
isSerializable() - Method in class java.io.ObjectStreamClass
Returns true if represented class implements Serializable, false otherwise.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified calendar field for the calendar is set.
isSet(int) - Method in class java.util.Calendar
Determines if the given calendar field has a value set, including cases that the value has been set by internal fields calculations triggered by a get method call.
isShared() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Returns true if node is waiting in shared mode.
isShared() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Returns true if node is waiting in shared mode.
isShutdown() - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
isShutdown() - Method in interface java.util.concurrent.ExecutorService
Returns true if this executor has been shut down.
isShutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
 
isSiteLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress(byte[]) - Static method in class java.net.Inet6Address
 
isSiteLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a site local address.
isSpace(char) - Static method in class java.lang.Character
Deprecated.
Replaced by isWhitespace(char).
isSpace(int) - Static method in class java.util.regex.ASCII
 
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isSpaceChar(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a Unicode space character.
isStandaloneStyle(int) - Method in class java.util.Calendar
 
isStatic(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the static modifier, false otherwise.
isStrict(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the strictfp modifier, false otherwise.
isSupplementaryCodePoint(int) - Static method in class java.lang.Character
Determines whether the specified character (Unicode code point) is in the supplementary character range.
isSupportedLocale(Locale) - Method in class java.util.spi.LocaleServiceProvider
Returns true if the given locale is supported by this locale service provider.
isSurrogate(char) - Static method in class java.lang.Character
Determines if the given char value is a Unicode surrogate code unit.
isSurrogatePair(char, char) - Static method in class java.lang.Character
Determines whether the specified pair of char values is a valid Unicode surrogate pair.
isSuspended() - Method in class java.lang.management.ThreadInfo
Tests if the thread associated with this ThreadInfo is suspended.
isSynchronized(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the synchronized modifier, false otherwise.
isSynchronizerUsageSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports monitoring of ownable synchronizer usage.
isSynthetic() - Method in class java.lang.Class
Returns true if this class is a synthetic class; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Constructor
Returns true if this member was introduced by the compiler; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Field
Returns true if this field is a synthetic field; returns false otherwise.
isSynthetic() - Method in interface java.lang.reflect.Member
Returns true if this member was introduced by the compiler; returns false otherwise.
isSynthetic() - Method in class java.lang.reflect.Method
Returns true if this member was introduced by the compiler; returns false otherwise.
isSynthetic(int) - Static method in class java.lang.reflect.Modifier
 
isTerminated() - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
isTerminated() - Method in interface java.util.concurrent.ExecutorService
Returns true if all tasks have completed following shut down.
isTerminated() - Method in class java.util.concurrent.ThreadPoolExecutor
 
isTerminating() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns true if this executor is in the process of terminating after ThreadPoolExecutor.shutdown() or ThreadPoolExecutor.shutdownNow() but has not completely terminated.
isThreadContentionMonitoringEnabled() - Method in interface java.lang.management.ThreadMXBean
Tests if thread contention monitoring is enabled.
isThreadContentionMonitoringSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine supports thread contention monitoring.
isThreadCpuTimeEnabled() - Method in interface java.lang.management.ThreadMXBean
Tests if thread CPU time measurement is enabled.
isThreadCpuTimeSupported() - Method in interface java.lang.management.ThreadMXBean
Tests if the Java virtual machine implementation supports CPU time measurement for any thread.
isTimeSet - Variable in class java.util.Calendar
True if then the value of time is valid.
isTitleCase(char) - Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isTitleCase(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is a titlecase character.
isTransient(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the transient modifier, false otherwise.
isType(int, int) - Static method in class java.util.regex.ASCII
 
isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierPart(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierPart(int) - Method in class java.lang.CharacterData
 
isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUnicodeIdentifierStart(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is permissible as the first character in a Unicode identifier.
isUnicodeIdentifierStart(int) - Method in class java.lang.CharacterData
 
isUnresolved() - Method in class java.net.InetSocketAddress
Checks whether the address has been resolved or not.
isUnshared() - Method in class java.io.ObjectStreamField
Returns boolean value indicating whether or not the serializable field represented by this ObjectStreamField instance is unshared.
isUp() - Method in class java.net.NetworkInterface
Returns whether a network interface is up and running.
isUpper(int) - Static method in class java.util.regex.ASCII
 
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isUpperCase(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is an uppercase character.
isUsageThresholdExceeded() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if the memory usage of this memory pool reaches or exceeds its usage threshold value.
isUsageThresholdSupported() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if this memory pool supports usage threshold.
isUserNode() - Method in class java.util.prefs.AbstractPreferences
Implements the isUserNode method as per the specification in Preferences.isUserNode().
isUserNode() - Method in class java.util.prefs.Preferences
Returns true if this preference node is in the user preference tree, false if it's in the system preference tree.
isValid() - Method in interface java.lang.management.MemoryManagerMXBean
Tests if this memory manager is valid in the Java virtual machine.
isValid() - Method in interface java.lang.management.MemoryPoolMXBean
Tests if this memory pool is valid in the Java virtual machine.
isValidCodePoint(int) - Static method in class java.lang.Character
Determines whether the specified code point is a valid Unicode code point value.
isVarArgs() - Method in class java.lang.reflect.Constructor
isVarArgs() - Method in class java.lang.reflect.Method
isVerbose() - Method in interface java.lang.management.ClassLoadingMXBean
Tests if the verbose output for the class loading system is enabled.
isVerbose() - Method in interface java.lang.management.MemoryMXBean
Tests if verbose output for the memory system is enabled.
isVirtual() - Method in class java.net.NetworkInterface
Returns whether this interface is a virtual interface (also called subinterface).
isVolatile(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the volatile modifier, false otherwise.
isWeekDateSupported() - Method in class java.util.Calendar
Returns whether this Calendar supports week dates.
isWeekDateSupported() - Method in class java.util.GregorianCalendar
Returns true indicating this GregorianCalendar supports week dates.
isWhitespace(char) - Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
isWhitespace(int) - Static method in class java.lang.Character
Determines if the specified character (Unicode code point) is white space according to Java.
isWhitespace(int) - Method in class java.lang.CharacterData
 
isWord(int) - Static method in class java.util.regex.ASCII
 
isWord(int) - Method in class java.util.regex.Pattern.Bound
 
isWriteLocked() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by any thread.
isWriteLocked() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
isWriteLockedByCurrentThread() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Queries if the write lock is held by the current thread.
ITALIAN - Static variable in class java.util.Locale
Useful constant for language.
ITALY - Static variable in class java.util.Locale
Useful constant for country.
item - Variable in class java.util.concurrent.Exchanger.Node
 
item - Variable in class java.util.concurrent.LinkedBlockingDeque.Node
The item, or null if this node has been removed.
item - Variable in class java.util.concurrent.LinkedBlockingQueue.Node
 
item - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
item - Variable in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
itemAt(int) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns item at index i.
items - Variable in class java.util.concurrent.ArrayBlockingQueue
The queued items
Iter() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.Iter
Initializes ascending iterator for entire range.
Iterable<T> - Interface in java.lang
Implementing this interface allows an object to be the target of the "for-each loop" statement.
iterator() - Method in interface java.lang.Iterable
Returns an iterator over elements of type T.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence).
iterator() - Method in class java.util.ArrayDeque
Returns an iterator over the elements in this deque.
iterator() - Method in class java.util.ArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.Collections.AsLIFOQueue
 
iterator() - Method in class java.util.Collections.CheckedCollection
 
iterator() - Method in class java.util.Collections.SynchronizedCollection
 
iterator() - Method in class java.util.Collections.UnmodifiableCollection
 
iterator() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in interface java.util.concurrent.BlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
iterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
iterator() - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
iterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
iterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
iterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
iterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns an iterator over the elements contained in this set in the order in which these elements were added.
iterator() - Method in class java.util.concurrent.DelayQueue
Returns an iterator over all the elements (both expired and unexpired) in this queue.
iterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
iterator() - Method in class java.util.concurrent.SynchronousQueue
Returns an empty iterator in which hasNext always returns false.
iterator() - Method in interface java.util.Deque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.HashMap.EntrySet
 
iterator() - Method in class java.util.HashMap.KeySet
 
iterator() - Method in class java.util.HashMap.Values
 
iterator() - Method in class java.util.HashSet
Returns an iterator over the elements in this set.
Iterator<E> - Interface in java.util
An iterator over a collection.
iterator() - Method in class java.util.JumboEnumSet
Returns an iterator over the elements contained in this set.
iterator() - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
iterator() - Method in class java.util.LinkedHashMap.LinkedKeySet
 
iterator() - Method in class java.util.LinkedHashMap.LinkedValues
 
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in class java.util.PriorityQueue
Returns an iterator over the elements in this queue.
iterator() - Method in class java.util.RegularEnumSet
Returns an iterator over the elements contained in this set.
iterator() - Method in class java.util.ServiceLoader
Lazily loads the available providers of this loader's service.
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.SubList
 
iterator() - Method in class java.util.TreeMap.AscendingSubMap.AscendingEntrySetView
 
iterator() - Method in class java.util.TreeMap.DescendingSubMap.DescendingEntrySetView
 
iterator() - Method in class java.util.TreeMap.EntrySet
 
iterator() - Method in class java.util.TreeMap.KeySet
 
iterator() - Method in class java.util.TreeMap.Values
 
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class java.util.Vector
Returns an iterator over the elements in this list in proper sequence.
Itr(Object[]) - Constructor for class java.util.concurrent.PriorityBlockingQueue.Itr
 
itrs - Variable in class java.util.concurrent.ArrayBlockingQueue
Shared state for currently active iterators, or null if there are known not to be any.
Itrs(ArrayBlockingQueue<E>.Itr) - Constructor for class java.util.concurrent.ArrayBlockingQueue.Itrs
 

J

JANUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the first month of the year in the Gregorian and Julian calendars.
JAPAN - Static variable in class java.util.Locale
Useful constant for country.
JAPANESE - Static variable in class java.util.Locale
Useful constant for language.
JapaneseImperialCalendar - Class in java.util
JapaneseImperialCalendar implements a Japanese calendar system in which the imperial era-based year numbering is supported from the Meiji era.
JapaneseImperialCalendar(TimeZone, Locale) - Constructor for class java.util.JapaneseImperialCalendar
Constructs a JapaneseImperialCalendar based on the current time in the given time zone with the given locale.
JapaneseImperialCalendar(TimeZone, Locale, boolean) - Constructor for class java.util.JapaneseImperialCalendar
Constructs an "empty" JapaneseImperialCalendar.
jarFileURLConnection - Variable in class java.net.JarURLConnection
The connection to the JAR file URL, if the connection has been initiated.
JarURLConnection - Class in java.net
A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
JarURLConnection(URL) - Constructor for class java.net.JarURLConnection
Creates the new JarURLConnection to the specified URL.
java.lang - package java.lang
Provides classes that are fundamental to the design of the Java programming language.
java.lang.annotation - package java.lang.annotation
Provides library support for the Java programming language annotation facility.
java.lang.instrument - package java.lang.instrument
 
java.lang.management - package java.lang.management
 
java.lang.ref - package java.lang.ref
 
java.lang.reflect - package java.lang.reflect
Provides classes and interfaces for obtaining reflective information about classes and objects.
java.util - package java.util
 
java.util.concurrent - package java.util.concurrent
Utility classes commonly useful in concurrent programming.
java.util.concurrent.atomic - package java.util.concurrent.atomic
A small toolkit of classes that support lock-free thread-safe programming on single variables.
java.util.concurrent.locks - package java.util.concurrent.locks
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
java.util.logging - package java.util.logging
 
java.util.prefs - package java.util.prefs
 
java.util.regex - package java.util.regex
 
java.util.spi - package java.util.spi
 
java.util.zip - package java.util.zip
 
JAVANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Javanese" Unicode character block.
join(CharSequence, CharSequence...) - Static method in class java.lang.String
Returns a new String composed of copies of the CharSequence elements joined together with a copy of the specified delimiter.
join(CharSequence, Iterable<? extends CharSequence>) - Static method in class java.lang.String
Returns a new String composed of copies of the CharSequence elements joined together with a copy of the specified delimiter.
join(long) - Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(InetAddress) - Method in class java.net.AbstractPlainDatagramSocketImpl
Join the multicast group.
join(InetAddress, NetworkInterface) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
join(InetAddress) - Method in class java.net.DatagramSocketImpl
Join the multicast group.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.AbstractPlainDatagramSocketImpl
Join the multicast group.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
Join the multicast group.
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins a multicast group.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Joins the specified multicast group at the specified interface.
JULY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the seventh month of the year in the Gregorian and Julian calendars.
JumboEnumSet<E extends Enum<E>> - Class in java.util
Private implementation class for EnumSet, for "jumbo" enum types (i.e., those with more than 64 elements).
JumboEnumSet(Class<E>, Enum<?>[]) - Constructor for class java.util.JumboEnumSet
 
JUNE - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the sixth month of the year in the Gregorian and Julian calendars.

K

KAITHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kaithi" Unicode character block.
KANA_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kana Supplement" Unicode character block.
KANBUN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kanbun" Unicode character block.
KANGXI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kangxi Radicals" Unicode character block.
KANNADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kannada" Unicode character block.
KATAKANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Katakana" Unicode character block.
KATAKANA_PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Katakana Phonetic Extensions" Unicode character block.
KAYAH_LI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kayah Li" Unicode character block.
key - Variable in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
key - Variable in class java.util.concurrent.ConcurrentHashMap.Node
 
key - Variable in class java.util.concurrent.ConcurrentSkipListMap.Node
 
key - Variable in class java.util.HashMap.Node
 
key - Variable in class java.util.TreeMap.Entry
 
key(TreeMap.Entry<K, ?>) - Static method in class java.util.TreeMap
Returns the key corresponding to the specified Entry.
KeyIterator(ConcurrentHashMap.Node<K, V>[], int, int, int, ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.KeyIterator
 
keyIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
KeyIterator() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.KeyIterator
 
keyIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
KeyIterator() - Constructor for class java.util.HashMap.KeyIterator
 
keyIterator() - Method in class java.util.TreeMap.AscendingSubMap
 
keyIterator() - Method in class java.util.TreeMap.DescendingSubMap
 
keyIterator() - Method in class java.util.TreeMap
 
KeyIterator(TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.KeyIterator
 
keyIterator() - Method in class java.util.TreeMap.NavigableSubMap
Returns ascending iterator from the perspective of this submap
keyOrNull(TreeMap.Entry<K, V>) - Static method in class java.util.TreeMap
Return key for entry, or null if null
keys() - Method in class java.util.concurrent.ConcurrentHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class java.util.prefs.AbstractPreferences
Implements the keys method as per the specification in Preferences.keys().
keys() - Method in class java.util.prefs.Preferences
Returns all of the keys that have an associated value in this preference node.
keySet - Variable in class java.util.AbstractMap
Each of these fields are initialized to contain an instance of the appropriate view the first time this view is requested.
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.Collections.CheckedNavigableMap
 
keySet() - Method in class java.util.Collections.SynchronizedNavigableMap
 
keySet() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
keySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a NavigableSet view of the keys contained in this map.
KeySet(ConcurrentNavigableMap<E, ?>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
keySet() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
keySet() - Method in class java.util.EnumMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a Set view of the keys contained in this map.
KeySet() - Constructor for class java.util.HashMap.KeySet
 
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.IdentityHashMap
Returns an identity-based set view of the keys contained in this map.
keySet() - Method in class java.util.LinkedHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in interface java.util.Map
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.ResourceBundle
Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
keySet() - Method in interface java.util.SortedMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.TreeMap
Returns a Set view of the keys contained in this map.
KeySet(NavigableMap<E, ?>) - Constructor for class java.util.TreeMap.KeySet
 
keySet() - Method in class java.util.TreeMap.NavigableSubMap
 
keySet() - Method in class java.util.WeakHashMap
Returns a Set view of the keys contained in this map.
KeySetView(ConcurrentHashMap<K, V>, V) - Constructor for class java.util.concurrent.ConcurrentHashMap.KeySetView
 
KeySpliterator(ConcurrentHashMap.Node<K, V>[], int, int, int, long) - Constructor for class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
keySpliterator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
KeySpliterator(Comparator<? super K>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Node<K, V>, K, int) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.KeySpliterator
 
KeySpliterator(HashMap<K, V>, int, int, int, int) - Constructor for class java.util.HashMap.KeySpliterator
 
KeySpliterator(IdentityHashMap<K, V>, int, int, int, int) - Constructor for class java.util.IdentityHashMap.KeySpliterator
 
keySpliterator() - Method in class java.util.TreeMap.AscendingSubMap
 
keySpliterator() - Method in class java.util.TreeMap.DescendingSubMap
 
keySpliterator() - Method in class java.util.TreeMap
 
KeySpliterator(TreeMap<K, V>, TreeMap.Entry<K, V>, TreeMap.Entry<K, V>, int, int, int) - Constructor for class java.util.TreeMap.KeySpliterator
 
keySpliterator() - Method in class java.util.TreeMap.NavigableSubMap
 
KeySpliterator(WeakHashMap<K, V>, int, int, int, int) - Constructor for class java.util.WeakHashMap.KeySpliterator
 
keySpliteratorFor(NavigableMap<K, ?>) - Static method in class java.util.TreeMap
Currently, we support Spliterator-based versions only for the full map, in either plain of descending form, otherwise relying on defaults because size estimation for submaps would dominate costs.
keysSpi() - Method in class java.util.prefs.AbstractPreferences
Returns all of the keys that have an associated value in this preference node.
KHAROSHTHI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Kharoshthi" Unicode character block.
KHMER - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Khmer" Unicode character block.
KHMER_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Khmer Symbols" Unicode character block.
KnownLevel(Level) - Constructor for class java.util.logging.Level.KnownLevel
 
KOREA - Static variable in class java.util.Locale
Useful constant for country.
KOREAN - Static variable in class java.util.Locale
Useful constant for language.

L

lang - Variable in class java.lang.ConditionalSpecialCasing.Entry
 
languageKey - Variable in enum java.util.Locale.Category
 
LanguageRange(String) - Constructor for class java.util.Locale.LanguageRange
Constructs a LanguageRange using the given range.
LanguageRange(String, double) - Constructor for class java.util.Locale.LanguageRange
Constructs a LanguageRange using the given range and weight.
LAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lao" Unicode character block.
last() - Method in class java.util.Collections.CheckedSortedSet
 
last() - Method in class java.util.Collections.SynchronizedSortedSet
 
last() - Method in class java.util.Collections.UnmodifiableSortedSet
 
last() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
last() - Method in class java.util.concurrent.ConcurrentSkipListSet
last - Variable in class java.util.concurrent.LinkedBlockingDeque
Pointer to last node.
last - Variable in class java.util.LinkedList
Pointer to last node.
last - Variable in class java.util.regex.Matcher
The range of string that last matched the pattern.
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this set.
last() - Method in class java.util.TreeMap.KeySet
 
last() - Method in class java.util.TreeSet
lastAccept - Static variable in class java.util.regex.Pattern
 
lastAppendPosition - Variable in class java.util.regex.Matcher
The index of the last position appended in a substitution.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastEntry() - Method in class java.util.Collections.CheckedNavigableMap
 
lastEntry() - Method in class java.util.Collections.SynchronizedNavigableMap
 
lastEntry() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
lastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
lastEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in class java.util.TreeMap
lastEntry() - Method in class java.util.TreeMap.NavigableSubMap
 
lastIndexOf(String) - Method in class java.lang.AbstractStringBuilder
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.AbstractStringBuilder
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastIndexOf(char[], int, int, String, int) - Static method in class java.lang.String
Code shared by String and AbstractStringBuilder to do searches.
lastIndexOf(char[], int, int, char[], int, int, int) - Static method in class java.lang.String
Code shared by String and StringBuffer to do searches.
lastIndexOf(String) - Method in class java.lang.StringBuffer
 
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
 
lastIndexOf(String) - Method in class java.lang.StringBuilder
 
lastIndexOf(String, int) - Method in class java.lang.StringBuilder
 
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.Collections.CheckedList
 
lastIndexOf(Object) - Method in class java.util.Collections.SynchronizedList
 
lastIndexOf(Object) - Method in class java.util.Collections.UnmodifiableList
 
lastIndexOf(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(E, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified element in this list, searching backwards from index, or returns -1 if the element is not found.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
lastIndexOf(Object, int) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, searching backwards from index, or returns -1 if the element is not found.
lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
lastKey() - Method in class java.util.Collections.CheckedNavigableMap
 
lastKey() - Method in class java.util.Collections.CheckedSortedMap
 
lastKey() - Method in class java.util.Collections.SynchronizedSortedMap
 
lastKey() - Method in class java.util.Collections.UnmodifiableSortedMap
 
lastKey() - Method in class java.util.concurrent.ConcurrentSkipListMap
lastKey() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this map.
lastKey() - Method in class java.util.TreeMap
lastKey() - Method in class java.util.TreeMap.NavigableSubMap
 
LastMatch() - Constructor for class java.util.regex.Pattern.LastMatch
 
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
LastNode() - Constructor for class java.util.regex.Pattern.LastNode
 
lastOcc - Variable in class java.util.regex.Pattern.BnM
 
lastRet - Variable in class java.util.concurrent.PriorityBlockingQueue.Itr
 
lastReturned - Variable in class java.util.concurrent.ConcurrentHashMap.BaseIterator
 
lastReturned - Variable in class java.util.concurrent.ConcurrentSkipListMap.Iter
the last node returned by next()
lastReturned - Variable in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
the last node returned by next()
lastReturned - Variable in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
lastReturned - Variable in class java.util.TreeMap.PrivateEntryIterator
 
LATIN_1_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin-1 Supplement" Unicode character block.
LATIN_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-A" Unicode character block.
LATIN_EXTENDED_ADDITIONAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended Additional" Unicode character block.
LATIN_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-B" Unicode character block.
LATIN_EXTENDED_C - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-C" Unicode character block.
LATIN_EXTENDED_D - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Latin Extended-D" Unicode character block.
LAZY - Static variable in class java.util.regex.Pattern
 
LazyLoop(int, int) - Constructor for class java.util.regex.Pattern.LazyLoop
 
lazySet(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Eventually sets to the given value.
lazySet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Eventually sets to the given value.
lazySet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Eventually sets the element at position i to the given value.
lazySet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Eventually sets the field of the given object managed by this updater to the given updated value.
lazySet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Eventually sets to the given value.
lazySet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Eventually sets the element at position i to the given value.
lazySet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Eventually sets the field of the given object managed by this updater to the given updated value.
lazySet(V) - Method in class java.util.concurrent.atomic.AtomicReference
Eventually sets to the given value.
lazySet(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Eventually sets the element at position i to the given value.
lazySet(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Eventually sets the field of the given object managed by this updater to the given updated value.
LBDSpliterator(LinkedBlockingDeque<E>) - Constructor for class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
LBQSpliterator(LinkedBlockingQueue<E>) - Constructor for class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
LEAP_MONTH_LENGTH - Static variable in class java.util.GregorianCalendar
 
LEAST_MAX_VALUES - Static variable in class java.util.GregorianCalendar
 
LEAST_MAX_VALUES - Static variable in class java.util.JapaneseImperialCalendar
 
leave(InetAddress) - Method in class java.net.AbstractPlainDatagramSocketImpl
Leave the multicast group.
leave(InetAddress, NetworkInterface) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
leave(InetAddress) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.AbstractPlainDatagramSocketImpl
Leave the multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
left - Variable in class java.util.concurrent.ConcurrentHashMap.TreeNode
 
left - Variable in class java.util.HashMap.TreeNode
 
LEFT - Static variable in class java.util.regex.Pattern.Bound
 
left - Variable in class java.util.TreeMap.Entry
 
LEFT_JUSTIFY - Static variable in class java.util.FormattableFlags
Left-justifies the output.
leftoverLF - Variable in class java.io.Console.LineReader
 
LegacyMergeSort() - Constructor for class java.util.Arrays.LegacyMergeSort
 
len - Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length - Variable in exception java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in class java.lang.AbstractStringBuilder
Returns the length (character count).
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
length() - Method in class java.lang.Class.MethodArray
 
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
 
length - Variable in class java.net.DatagramPacket
 
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Returns the length of the array.
length() - Method in class java.util.concurrent.atomic.AtomicLongArray
Returns the length of the array.
length() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Returns the length of the array.
length - Variable in class java.util.concurrent.ConcurrentHashMap.TableStack
 
lengthInChars - Variable in class java.util.regex.Pattern.BnMS
 
LEPCHA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lepcha" Unicode character block.
LETTER_NUMBER - Static variable in class java.lang.Character
General category "Nl" in the Unicode specification.
LETTERLIKE_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Letterlike Symbols" Unicode character block.
level - Variable in class java.util.concurrent.ConcurrentSkipListMap.HeadIndex
 
Level - Class in java.util.logging
The Level class defines a set of standard logging levels that can be used to control logging output.
Level(String, int) - Constructor for class java.util.logging.Level
Create a named Level with a given integer value.
Level(String, int, String) - Constructor for class java.util.logging.Level
Create a named Level with a given integer value and a given localization resource name.
Level.KnownLevel - Class in java.util.logging
 
levelObject - Variable in class java.util.logging.Level.KnownLevel
 
LifoWaitQueue() - Constructor for class java.util.concurrent.SynchronousQueue.LifoWaitQueue
 
LIMBU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Limbu" Unicode character block.
LINE_SEPARATOR - Static variable in class java.lang.Character
General category "Zl" in the Unicode specification.
LINEAR_B_IDEOGRAMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Linear B Ideograms" Unicode character block.
LINEAR_B_SYLLABARY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Linear B Syllabary" Unicode character block.
lineBuf - Variable in class java.util.Properties.LineReader
 
LineEnding() - Constructor for class java.util.regex.Pattern.LineEnding
 
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
lineNumber - Variable in class java.io.LineNumberInputStream
Deprecated.
 
LineNumberInputStream - Class in java.io
Deprecated.
This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
Deprecated.
Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader - Class in java.io
A buffered character-input stream that keeps track of line numbers.
LineNumberReader(Reader) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int) - Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
LineReader(Reader) - Constructor for class java.io.Console.LineReader
 
LineReader(InputStream) - Constructor for class java.util.Properties.LineReader
 
LineReader(Reader) - Constructor for class java.util.Properties.LineReader
 
lines() - Method in class java.io.BufferedReader
Returns a Stream, the elements of which are lines read from this BufferedReader.
lineSeparator() - Static method in class java.lang.System
Returns the system-dependent line separator string.
link(ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Index<K, V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.Index
Tries to CAS newSucc as successor.
LinkageError - Error in java.lang
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message and cause.
linkBefore(E, LinkedList.Node<E>) - Method in class java.util.LinkedList
Inserts element e before non-null Node succ.
LinkedBlockingDeque<E> - Class in java.util.concurrent
An optionally-bounded blocking deque based on linked nodes.
LinkedBlockingDeque() - Constructor for class java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE.
LinkedBlockingDeque(int) - Constructor for class java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with the given (fixed) capacity.
LinkedBlockingDeque(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedBlockingDeque.LBDSpliterator<E> - Class in java.util.concurrent
A customized variant of Spliterators.IteratorSpliterator
LinkedBlockingDeque.Node<E> - Class in java.util.concurrent
Doubly-linked list node class
LinkedBlockingQueue<E> - Class in java.util.concurrent
An optionally-bounded blocking queue based on linked nodes.
LinkedBlockingQueue() - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
LinkedBlockingQueue(int) - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with the given (fixed) capacity.
LinkedBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.LinkedBlockingQueue
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
LinkedBlockingQueue.LBQSpliterator<E> - Class in java.util.concurrent
A customized variant of Spliterators.IteratorSpliterator
LinkedBlockingQueue.Node<E> - Class in java.util.concurrent
Linked list node class
LinkedEntryIterator() - Constructor for class java.util.LinkedHashMap.LinkedEntryIterator
 
LinkedEntrySet() - Constructor for class java.util.LinkedHashMap.LinkedEntrySet
 
LinkedHashIterator() - Constructor for class java.util.LinkedHashMap.LinkedHashIterator
 
LinkedHashMap<K,V> - Class in java.util
LinkedHashMap(int, float) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
LinkedHashMap(int) - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
LinkedHashMap() - Constructor for class java.util.LinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
LinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.LinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
LinkedHashMap(int, float, boolean) - Constructor for class java.util.LinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
LinkedHashMap.Entry<K,V> - Class in java.util
HashMap.Node subclass for normal LinkedHashMap entries.
LinkedHashMap.LinkedEntryIterator - Class in java.util
 
LinkedHashMap.LinkedEntrySet - Class in java.util
 
LinkedHashMap.LinkedHashIterator - Class in java.util
 
LinkedHashMap.LinkedKeyIterator - Class in java.util
 
LinkedHashMap.LinkedKeySet - Class in java.util
 
LinkedHashMap.LinkedValueIterator - Class in java.util
 
LinkedHashMap.LinkedValues - Class in java.util
 
LinkedHashSet<E> - Class in java.util
LinkedHashSet(int, float) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and load factor.
LinkedHashSet(int) - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the specified initial capacity and the default load factor (0.75).
LinkedHashSet() - Constructor for class java.util.LinkedHashSet
Constructs a new, empty linked hash set with the default initial capacity (16) and load factor (0.75).
LinkedHashSet(Collection<? extends E>) - Constructor for class java.util.LinkedHashSet
Constructs a new linked hash set with the same elements as the specified collection.
LinkedKeyIterator() - Constructor for class java.util.LinkedHashMap.LinkedKeyIterator
 
LinkedKeySet() - Constructor for class java.util.LinkedHashMap.LinkedKeySet
 
LinkedList<E> - Class in java.util
Doubly-linked list implementation of the List and Deque interfaces.
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection<? extends E>) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
LinkedList.LLSpliterator<E> - Class in java.util
A customized variant of Spliterators.IteratorSpliterator
LinkedValueIterator() - Constructor for class java.util.LinkedHashMap.LinkedValueIterator
 
LinkedValues() - Constructor for class java.util.LinkedHashMap.LinkedValues
 
linkLast(E) - Method in class java.util.LinkedList
Links e as last element.
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
list(File) - Method in class java.io.FileSystem
List the elements of the directory denoted by the given abstract pathname.
list() - Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(PrintStream, int) - Method in class java.lang.ThreadGroup
 
list - Variable in class java.util.Collections.CheckedList
 
list(Enumeration<T>) - Static method in class java.util.Collections
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
list - Variable in class java.util.Collections.SynchronizedList
 
list - Variable in class java.util.Collections.UnmodifiableList
 
list - Variable in class java.util.LinkedList.LLSpliterator
 
List<E> - Interface in java.util
An ordered collection (also known as a sequence).
list(PrintStream) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
listen(int) - Method in class java.net.AbstractPlainSocketImpl
Listens, for a specified amount of time, for connections.
listen(int) - Method in class java.net.SocketImpl
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument.
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listIterator() - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator() - Method in class java.util.Collections.CheckedList
 
listIterator(int) - Method in class java.util.Collections.CheckedList
 
listIterator() - Method in class java.util.Collections.SynchronizedList
 
listIterator(int) - Method in class java.util.Collections.SynchronizedList
 
listIterator() - Method in class java.util.Collections.UnmodifiableList
 
listIterator(int) - Method in class java.util.Collections.UnmodifiableList
 
listIterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListIterator<E> - Interface in java.util
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
listIterator(int) - Method in class java.util.SubList
 
listIterator(int) - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence).
ListItr(int) - Constructor for class java.util.Vector.ListItr
 
ListResourceBundle - Class in java.util
ListResourceBundle is an abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
ListResourceBundle() - Constructor for class java.util.ListResourceBundle
Sole constructor.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
listRoots() - Method in class java.io.FileSystem
List the available filesystem roots.
LISU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lisu" Unicode character block.
LITERAL - Static variable in class java.util.regex.Pattern
Enables literal parsing of the pattern.
LLSpliterator(LinkedList<E>, int, int) - Constructor for class java.util.LinkedList.LLSpliterator
 
lo - Variable in class java.util.TreeMap.NavigableSubMap
Endpoints are represented as triples (fromStart, lo, loInclusive) and (toEnd, hi, hiInclusive).
load(String, boolean) - Method in class java.lang.ClassLoader.NativeLibrary
 
load(String) - Method in class java.lang.Runtime
Loads the native library specified by the filename argument.
load(String) - Static method in class java.lang.System
Loads the native library specified by the filename argument.
load(Reader) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input byte stream.
load(Class<S>, ClassLoader) - Static method in class java.util.ServiceLoader
Creates a new service loader for the given service type and class loader.
load(Class<S>) - Static method in class java.util.ServiceLoader
Creates a new service loader for the given service type, using the current thread's context class loader.
load0(Class<?>, String) - Method in class java.lang.Runtime
 
loadClass(String) - Method in class java.lang.ClassLoader
Loads the class with the specified binary name.
loadClass(String, boolean) - Method in class java.lang.ClassLoader
Loads the class with the specified binary name.
loadClass(String, boolean) - Method in class java.net.FactoryURLClassLoader
 
loaded - Variable in class java.lang.ClassLoader.NativeLibrary
 
loadFactor - Variable in class java.util.concurrent.ConcurrentHashMap.Segment
 
loadFactor - Variable in class java.util.HashMap
The load factor for the hash table.
loadFactor() - Method in class java.util.HashMap
 
loadFromXML(InputStream) - Method in class java.util.Properties
Loads all of the properties represented by the XML document on the specified input stream into this properties table.
loadImpl(String) - Static method in class java.net.InetAddress
 
loadInstalled(Class<S>) - Static method in class java.util.ServiceLoader
Creates a new service loader for the given service type, using the extension class loader.
loadLibrary(Class<?>, String, boolean) - Static method in class java.lang.ClassLoader
 
loadLibrary(String) - Method in class java.lang.Runtime
Loads the native library specified by the libname argument.
loadLibrary(String) - Static method in class java.lang.System
Loads the native library specified by the libname argument.
loadLibrary0(Class<?>, String) - Method in class java.lang.Runtime
 
localCount - Variable in class java.util.regex.Pattern
The local variable count used by parsing tree.
locale() - Method in class java.util.Formatter
Returns the locale set by the construction of this formatter.
Locale - Class in java.util
A Locale object represents a specific geographical, political, or cultural region.
Locale(String, String, String) - Constructor for class java.util.Locale
Construct a locale from language, country and variant.
Locale(String, String) - Constructor for class java.util.Locale
Construct a locale from language and country.
Locale(String) - Constructor for class java.util.Locale
Construct a locale from a language code.
locale() - Method in class java.util.Scanner
Returns this scanner's locale.
Locale.Builder - Class in java.util
Builder is used to build instances of Locale from values configured by the setters.
Locale.Category - Enum in java.util
Enum for locale categories.
Locale.FilteringMode - Enum in java.util
This enum provides constants to select a filtering mode for locale matching.
Locale.LanguageRange - Class in java.util
This class expresses a Language Range defined in RFC 4647 Matching of Language Tags.
LocaleISOData - Class in java.util
 
LocaleNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized names for the Locale class.
LocaleNameProvider() - Constructor for class java.util.spi.LocaleNameProvider
Sole constructor.
LocaleServiceProvider - Class in java.util.spi
LocaleServiceProvider() - Constructor for class java.util.spi.LocaleServiceProvider
Sole constructor.
localIndex - Variable in class java.util.regex.Pattern.GroupCurly
 
localIndex - Variable in class java.util.regex.Pattern.GroupHead
 
localIndex - Variable in class java.util.regex.Pattern.GroupTail
 
localPort - Variable in class java.net.DatagramSocketImpl
The local port number.
localport - Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
locals - Variable in class java.util.regex.Matcher
Storage used by nodes to tell what repetition they are on in a pattern, and where groups begin.
LOCCRC - Static variable in interface java.util.zip.ZipConstants
 
LOCEXT - Static variable in interface java.util.zip.ZipConstants
 
LOCFLG - Static variable in interface java.util.zip.ZipConstants
 
LOCHDR - Static variable in interface java.util.zip.ZipConstants
 
LOCHOW - Static variable in interface java.util.zip.ZipConstants
 
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
lock - Variable in class java.util.concurrent.ArrayBlockingQueue
Main lock guarding all access
lock - Variable in class java.util.concurrent.CopyOnWriteArrayList
The lock protecting all mutators
lock - Variable in class java.util.concurrent.LinkedBlockingDeque
Main lock guarding all access
Lock - Interface in java.util.concurrent.locks
Lock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
lock() - Method in interface java.util.concurrent.locks.Lock
Acquires the lock.
lock() - Method in class java.util.concurrent.locks.ReentrantLock.FairSync
 
lock() - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock.
lock() - Method in class java.util.concurrent.locks.ReentrantLock.NonfairSync
Performs lock.
lock() - Method in class java.util.concurrent.locks.ReentrantLock.Sync
Performs Lock.lock().
lock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock.
lock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock.
lock - Variable in class java.util.prefs.AbstractPreferences
An object whose monitor is used to lock this node.
lock - Variable in class java.util.TimerTask
This object is used to control access to the TimerTask internals.
LockInfo - Class in java.lang.management
Information about a lock.
LockInfo(String, int) - Constructor for class java.lang.management.LockInfo
Constructs a LockInfo object.
LockInfo(Object) - Constructor for class java.lang.management.LockInfo
package-private constructors
lockInterruptibly() - Method in interface java.util.concurrent.locks.Lock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock unless the current thread is interrupted.
lockInterruptibly() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock unless the current thread is interrupted.
lockState - Variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
LockSupport - Class in java.util.concurrent.locks
Basic thread blocking primitives for creating locks and other synchronization classes.
LOCLEN - Static variable in interface java.util.zip.ZipConstants
 
LOCNAM - Static variable in interface java.util.zip.ZipConstants
 
LOCSIG - Static variable in interface java.util.zip.ZipConstants
 
LOCSIZ - Static variable in interface java.util.zip.ZipConstants
 
LOCTIM - Static variable in interface java.util.zip.ZipConstants
 
LOCVER - Static variable in interface java.util.zip.ZipConstants
 
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm (base e) of a double value.
log(LogRecord) - Method in class java.util.logging.Logger
Log a LogRecord.
log(Level, String) - Method in class java.util.logging.Logger
Log a message, with no arguments.
log(Level, Supplier<String>) - Method in class java.util.logging.Logger
Log a message, which is only to be constructed if the logging level is such that the message will actually be logged.
log(Level, String, Object) - Method in class java.util.logging.Logger
Log a message, with one object parameter.
log(Level, String, Object[]) - Method in class java.util.logging.Logger
Log a message, with an array of object arguments.
log(Level, String, Throwable) - Method in class java.util.logging.Logger
Log a message, with associated Throwable information.
log(Level, Throwable, Supplier<String>) - Method in class java.util.logging.Logger
Log a lazily constructed message, with associated Throwable information.
log10(double) - Static method in class java.lang.Math
Returns the base 10 logarithm of a double value.
log10(double) - Static method in class java.lang.StrictMath
Returns the base 10 logarithm of a double value.
log1p(double) - Static method in class java.lang.Math
Returns the natural logarithm of the sum of the argument and 1.
log1p(double) - Static method in class java.lang.StrictMath
Returns the natural logarithm of the sum of the argument and 1.
Logger - Class in java.util.logging
A Logger object is used to log messages for a specific system or application component.
Logger(String, String) - Constructor for class java.util.logging.Logger
Protected method to construct a logger for a named subsystem.
Logger(String, String, Class<?>, LogManager, boolean) - Constructor for class java.util.logging.Logger
 
LoggerWeakRef(Logger) - Constructor for class java.util.logging.LogManager.LoggerWeakRef
 
Logging - Class in java.util.logging
Logging is the implementation class of LoggingMXBean.
Logging() - Constructor for class java.util.logging.Logging
Constructor of Logging which is the implementation class of LoggingMXBean.
LOGGING_MXBEAN_NAME - Static variable in class java.util.logging.LogManager
String representation of the ObjectName for the management interface for the logging facility.
LoggingMXBean - Interface in java.util.logging
The management interface for the logging facility.
LoggingPermission - Class in java.util.logging
The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging control methods (such as Logger.setLevel).
LoggingPermission(String, String) - Constructor for class java.util.logging.LoggingPermission
Creates a new LoggingPermission object.
logicalAnd(boolean, boolean) - Static method in class java.lang.Boolean
Returns the result of applying the logical AND operator to the specified boolean operands.
logicalOr(boolean, boolean) - Static method in class java.lang.Boolean
Returns the result of applying the logical OR operator to the specified boolean operands.
logicalXor(boolean, boolean) - Static method in class java.lang.Boolean
Returns the result of applying the logical XOR operator to the specified boolean operands.
LogManager - Class in java.util.logging
There is a single global LogManager object that is used to maintain a set of shared state about Loggers and log services.
LogManager() - Constructor for class java.util.logging.LogManager
Protected constructor.
LogManager.LoggerContext - Class in java.util.logging
 
LogManager.LoggerWeakRef - Class in java.util.logging
 
LogManager.SystemLoggerContext - Class in java.util.logging
 
logp(Level, String, String, String) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with no arguments.
logp(Level, String, String, Supplier<String>) - Method in class java.util.logging.Logger
Log a lazily constructed message, specifying source class and method, with no arguments.
logp(Level, String, String, String, Object) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with a single object parameter to the log message.
logp(Level, String, String, String, Object[]) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with an array of object arguments.
logp(Level, String, String, String, Throwable) - Method in class java.util.logging.Logger
Log a message, specifying source class and method, with associated Throwable information.
logp(Level, String, String, Throwable, Supplier<String>) - Method in class java.util.logging.Logger
Log a lazily constructed message, specifying source class and method, with associated Throwable information.
logrb(Level, String, String, String, String) - Method in class java.util.logging.Logger
logrb(Level, String, String, String, String, Object) - Method in class java.util.logging.Logger
logrb(Level, String, String, String, String, Object[]) - Method in class java.util.logging.Logger
logrb(Level, String, String, ResourceBundle, String, Object...) - Method in class java.util.logging.Logger
Log a message, specifying source class, method, and resource bundle, with an optional list of message parameters.
logrb(Level, String, String, String, String, Throwable) - Method in class java.util.logging.Logger
logrb(Level, String, String, ResourceBundle, String, Throwable) - Method in class java.util.logging.Logger
Log a message, specifying source class, method, and resource bundle, with associated Throwable information.
LogRecord - Class in java.util.logging
LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
Construct a LogRecord with the given level and message values.
loInclusive - Variable in class java.util.TreeMap.NavigableSubMap
 
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the specified long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
LONG - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames equivalent to Calendar.LONG_FORMAT.
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
LONG_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a long name used for format.
LONG_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a long name used independently, such as a month name as calendar headers.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
longs(long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom long values.
longs() - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom long values.
longs(long, long, long) - Method in class java.util.Random
Returns a stream producing the given streamSize number of pseudorandom long, each conforming to the given origin (inclusive) and bound (exclusive).
longs(long, long) - Method in class java.util.Random
Returns an effectively unlimited stream of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long after a widening primitive conversion.
longValue() - Method in class java.lang.Double
Returns the value of this Double as a long after a narrowing primitive conversion.
longValue() - Method in class java.lang.Float
Returns value of this Float as a long after a narrowing primitive conversion.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long after a widening primitive conversion.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long, which may involve rounding or truncation.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long after a widening primitive conversion.
longValue() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the value of this AtomicInteger as a long after a widening primitive conversion.
longValue() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the value of this AtomicLong as a long.
loNode(Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Returns lowest node.
lookbehindEnd - Static variable in class java.util.regex.Pattern
For use with lookbehinds; matches the position where the lookbehind was encountered.
lookbehindTo - Variable in class java.util.regex.Matcher
Lookbehind uses this value to ensure that the subexpression match ends at the point where the lookbehind was encountered.
lookingAt() - Method in class java.util.regex.Matcher
Attempts to match the input sequence, starting at the beginning of the region, against the pattern.
lookup(Class<?>) - Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookup(Class<?>, boolean) - Static method in class java.io.ObjectStreamClass
Looks up and returns class descriptor for given class, or null if class is non-serializable and "all" is set to false.
lookup(List<Locale.LanguageRange>, Collection<Locale>) - Static method in class java.util.Locale
Returns a Locale instance for the best-matching language tag using the lookup mechanism defined in RFC 4647.
lookupAllHostAddr(String) - Method in class java.net.Inet4AddressImpl
 
lookupAllHostAddr(String) - Method in class java.net.Inet6AddressImpl
 
lookupAllHostAddr(String) - Method in interface java.net.InetAddressImpl
 
lookupAny(Class<?>) - Static method in class java.io.ObjectStreamClass
Returns the descriptor for any class, regardless of whether it implements Serializable.
lookupTag(List<Locale.LanguageRange>, Collection<String>) - Static method in class java.util.Locale
Returns the best-matching language tag using the lookup mechanism defined in RFC 4647.
Loop(int, int) - Constructor for class java.util.regex.Pattern.Loop
 
loop - Variable in class java.util.regex.Pattern.Prolog
 
loopbackAddress() - Method in class java.net.Inet4AddressImpl
 
loopbackAddress() - Method in class java.net.Inet6AddressImpl
 
loopbackAddress() - Method in interface java.net.InetAddressImpl
 
LOW_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Low Surrogates" Unicode character block.
lower - Variable in class java.lang.ConditionalSpecialCasing.Entry
 
lower(E) - Method in class java.util.Collections.CheckedNavigableSet
 
lower(E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
lower(E) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
lower(E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
lower(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
lower(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set strictly less than the given element, or null if there is no such element.
LOWER - Static variable in class java.util.regex.ASCII
 
lower - Variable in class java.util.regex.Pattern.SingleI
 
lower - Variable in class java.util.regex.Pattern.SingleU
 
lower(E) - Method in class java.util.TreeMap.KeySet
 
lower(E) - Method in class java.util.TreeSet
LOWERCASE_LETTER - Static variable in class java.lang.Character
General category "Ll" in the Unicode specification.
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.
lowerEntry(K) - Method in class java.util.Collections.CheckedNavigableMap
 
lowerEntry(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
lowerEntry(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
lowerEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
lowerEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerEntry(K) - Method in class java.util.TreeMap
lowerEntry(K) - Method in class java.util.TreeMap.NavigableSubMap
 
lowerKey(K) - Method in class java.util.Collections.CheckedNavigableMap
 
lowerKey(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
lowerKey(K) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
lowerKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
lowerKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
lowerKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key strictly less than the given key, or null if there is no such key.
lowerKey(K) - Method in class java.util.TreeMap
lowerKey(K) - Method in class java.util.TreeMap.NavigableSubMap
 
lowestEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
lowestKey() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Returns lowest absolute key (ignoring directonality).
lowestOneBit(int) - Static method in class java.lang.Integer
Returns an int value with at most a single one-bit, in the position of the lowest-order ("rightmost") one-bit in the specified int value.
lowestOneBit(long) - Static method in class java.lang.Long
Returns a long value with at most a single one-bit, in the position of the lowest-order ("rightmost") one-bit in the specified long value.
lowSurrogate(int) - Static method in class java.lang.Character
Returns the trailing surrogate (a low surrogate code unit) of the surrogate pair representing the specified supplementary character (Unicode code point) in the UTF-16 encoding.
LYCIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lycian" Unicode character block.
LYDIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Lydian" Unicode character block.

M

m - Variable in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
m - Variable in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
m - Variable in class java.util.concurrent.ConcurrentSkipListMap.Values
 
m - Variable in class java.util.TreeMap.NavigableSubMap
The backing map.
MAHJONG_TILES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mahjong Tiles" Unicode character block.
main(String[]) - Static method in class java.util.prefs.Base64
 
mainTable - Static variable in class java.util.Currency
 
MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Malayalam" Unicode character block.
MalformedParameterizedTypeException - Exception in java.lang.reflect
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.
MalformedParameterizedTypeException() - Constructor for exception java.lang.reflect.MalformedParameterizedTypeException
 
MalformedURLException - Exception in java.net
Thrown to indicate that a malformed URL has occurred.
MalformedURLException() - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
ManagementFactory - Class in java.lang.management
The ManagementFactory class is a factory class for getting managed beans for the Java platform.
ManagementPermission - Class in java.lang.management
The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform.
ManagementPermission(String) - Constructor for class java.lang.management.ManagementPermission
Constructs a ManagementPermission with the specified name.
ManagementPermission(String, String) - Constructor for class java.lang.management.ManagementPermission
Constructs a new ManagementPermission object.
MANDAIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mandaic" Unicode character block.
MANDATED - Static variable in class java.lang.reflect.Modifier
 
map - Variable in class java.util.concurrent.ConcurrentHashMap.BaseIterator
 
map - Variable in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
map - Variable in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
map - Variable in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
map - Variable in class java.util.HashMap.HashMapSpliterator
 
map - Variable in class java.util.IdentityHashMap.IdentityHashMapSpliterator
 
Map<K,V> - Interface in java.util
An object that maps keys to values.
map - Variable in class java.util.WeakHashMap.WeakHashMapSpliterator
 
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
MapEntry(K, V, ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapEntry
 
mapEquivalents(List<Locale.LanguageRange>, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
Generates a new customized Language Priority List using the given priorityList and map.
mapLibraryName(String) - Static method in class java.lang.System
Maps a library name into a platform-specific string representing a native library.
mappingCount() - Method in class java.util.concurrent.ConcurrentHashMap
* Returns the number of mappings.
MapReduceEntriesTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceEntriesTask<K, V, U>, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
MapReduceEntriesToDoubleTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceEntriesToDoubleTask<K, V>, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
MapReduceEntriesToIntTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceEntriesToIntTask<K, V>, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
MapReduceEntriesToLongTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceEntriesToLongTask<K, V>, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
MapReduceKeysTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceKeysTask<K, V, U>, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
MapReduceKeysToDoubleTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceKeysToDoubleTask<K, V>, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
MapReduceKeysToIntTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceKeysToIntTask<K, V>, ToIntFunction<? super K>, int, IntBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
MapReduceKeysToLongTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceKeysToLongTask<K, V>, ToLongFunction<? super K>, long, LongBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
MapReduceMappingsTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceMappingsTask<K, V, U>, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
MapReduceMappingsToDoubleTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceMappingsToDoubleTask<K, V>, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
MapReduceMappingsToIntTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceMappingsToIntTask<K, V>, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
MapReduceMappingsToLongTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceMappingsToLongTask<K, V>, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
MapReduceValuesTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceValuesTask<K, V, U>, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
MapReduceValuesToDoubleTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceValuesToDoubleTask<K, V>, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
MapReduceValuesToIntTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceValuesToIntTask<K, V>, ToIntFunction<? super V>, int, IntBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
MapReduceValuesToLongTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.MapReduceValuesToLongTask<K, V>, ToLongFunction<? super V>, long, LongBinaryOperator) - Constructor for class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.BufferedReader
Marks the present position in the stream.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.CharArrayReader
Marks the present position in the stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.FilterReader
Marks the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberInputStream
Deprecated.
Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.PushbackReader
Marks the present position in the stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
mark(int) - Method in class java.io.StringReader
Marks the present position in the stream.
mark(int) - Method in class java.util.zip.DeflaterInputStream
This operation is not supported.
mark(int) - Method in class java.util.zip.InflaterInputStream
Marks the current position in this input stream.
markedPos - Variable in class java.io.CharArrayReader
The position of mark in buffer.
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markLineNumber - Variable in class java.io.LineNumberInputStream
Deprecated.
 
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markPushBack - Variable in class java.io.LineNumberInputStream
Deprecated.
 
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.BufferedReader
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.CharArrayReader
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.FilterReader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class java.io.PushbackReader
Tells whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.StringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.util.zip.DeflaterInputStream
Always returns false because this input stream does not support the mark() and reset() methods.
markSupported() - Method in class java.util.zip.InflaterInputStream
Tests if this input stream supports the mark and reset methods.
match - Variable in class java.util.concurrent.Exchanger.Node
 
match - Variable in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
match(int, int) - Method in class java.util.regex.Matcher
Initiates a search for an anchored match to a Pattern within the given bounds.
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.BackRef
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Begin
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Behind
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.BehindS
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.BnM
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.BnMS
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Bound
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Branch
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.BranchConn
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Caret
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.CIBackRef
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Conditional
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Curly
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Dollar
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.End
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.First
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.GroupCurly
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.GroupHead
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.GroupRef
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.GroupTail
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.LastMatch
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.LastNode
This method implements the classic accept node with the addition of a check to see if the match occurred using all of the input.
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.LazyLoop
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.LineEnding
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Loop
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Neg
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Node
This method implements the classic accept node.
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.NotBehind
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.NotBehindS
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Pos
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Prolog
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Ques
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Slice
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.SliceI
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.SliceIS
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.SliceS
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.SliceU
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Start
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.StartS
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.UnixCaret
 
match(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.UnixDollar
 
match() - Method in class java.util.Scanner
Returns the match result of the last scanning operation performed by this scanner.
match0(Matcher, int, int, CharSequence) - Method in class java.util.regex.Pattern.Curly
 
match0(Matcher, int, int, CharSequence) - Method in class java.util.regex.Pattern.GroupCurly
 
match1(Matcher, int, int, CharSequence) - Method in class java.util.regex.Pattern.Curly
 
match1(Matcher, int, int, CharSequence) - Method in class java.util.regex.Pattern.GroupCurly
 
match2(Matcher, int, int, CharSequence) - Method in class java.util.regex.Pattern.Curly
 
match2(Matcher, int, int, CharSequence) - Method in class java.util.regex.Pattern.GroupCurly
 
Matcher - Class in java.util.regex
An engine that performs match operations on a character sequence by interpreting a Pattern.
Matcher() - Constructor for class java.util.regex.Matcher
No default constructor.
Matcher(Pattern, CharSequence) - Constructor for class java.util.regex.Matcher
All matchers have the state used by Pattern during a match.
matcher(CharSequence) - Method in class java.util.regex.Pattern
Creates a matcher that will match the given input against this pattern.
matches(String) - Method in class java.lang.String
Tells whether or not this string matches the given regular expression.
matches(Level) - Static method in class java.util.logging.Level.KnownLevel
 
matches() - Method in class java.util.regex.Matcher
Attempts to match the entire region against the pattern.
matches(String, CharSequence) - Static method in class java.util.regex.Pattern
Compiles the given regular expression and attempts to match the given input against it.
matchInit(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.LazyLoop
 
matchInit(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.Loop
 
matchRef(Matcher, int, CharSequence) - Method in class java.util.regex.Pattern.GroupHead
 
MatchResult - Interface in java.util.regex
The result of a match operation.
matchRoot - Variable in class java.util.regex.Pattern
The root of object tree for a match operation.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
MATH_SYMBOL - Static variable in class java.lang.Character
General category "Sm" in the Unicode specification.
MATHEMATICAL_ALPHANUMERIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mathematical Alphanumeric Symbols" Unicode character block.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mathematical Operators" Unicode character block.
max(double, double) - Static method in class java.lang.Double
Returns the greater of two double values as if by calling Math.max.
max(float, float) - Static method in class java.lang.Float
Returns the greater of two float values as if by calling Math.max.
max(int, int) - Static method in class java.lang.Integer
Returns the greater of two int values as if by calling Math.max.
max(long, long) - Static method in class java.lang.Long
Returns the greater of two long values as if by calling Math.max.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(int, int) - Static method in class java.lang.StrictMath
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.StrictMath
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.StrictMath
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.StrictMath
Returns the greater of two double values.
max(Collection<? extends T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
MAX - Static variable in enum java.util.concurrent.TimeUnit
 
MAX_ARRAY_SIZE - Static variable in class java.util.concurrent.ConcurrentHashMap
The largest possible (non-power of two) array size.
MAX_BATCH - Static variable in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
MAX_BATCH - Static variable in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
MAX_BATCH - Static variable in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
MAX_BATCH - Static variable in class java.util.LinkedList.LLSpliterator
 
MAX_CODE_POINT - Static variable in class java.lang.Character
The maximum value of a Unicode code point, constant U+10FFFF.
MAX_COUNT - Static variable in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
MAX_HIGH_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding, constant '\uDBFF'.
MAX_KEY_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of string allowed as a key (80 characters).
MAX_LOW_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding, constant '\uDFFF'.
MAX_NAME_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of a node name (80 characters).
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from strings.
MAX_REPS - Static variable in class java.util.regex.Pattern
 
MAX_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode surrogate code unit in the UTF-16 encoding, constant '\uDFFF'.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
MAX_VALUE_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of string allowed as a value (8192 characters).
MAX_VALUES - Static variable in class java.util.GregorianCalendar
 
MAX_VALUES - Static variable in class java.util.JapaneseImperialCalendar
 
MAX_WEIGHT - Static variable in class java.util.Locale.LanguageRange
A constant holding the maximum value of weight, 1.0, which indicates that the language range is a good fit for the user.
MAXIMUM_CAPACITY - Static variable in class java.util.HashMap
The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments.
maxLength - Variable in class java.util.regex.Pattern.TreeInfo
 
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
maxPriority - Variable in class java.lang.ThreadGroup
 
maxTimedSpins - Static variable in class java.util.concurrent.SynchronousQueue
The number of times to spin before blocking in timed waits.
maxUntimedSpins - Static variable in class java.util.concurrent.SynchronousQueue
The number of times to spin before blocking in untimed waits.
maxValid - Variable in class java.util.regex.Pattern.TreeInfo
 
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MEETEI_MAYEK - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meetei Mayek" Unicode character block.
MEETEI_MAYEK_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meetei Mayek Extensions" Unicode character block.
MEIJI - Static variable in class java.util.JapaneseImperialCalendar
The ERA constant designating the Meiji era.
Member - Interface in java.lang.reflect
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor.
MEMORY_COLLECTION_THRESHOLD_EXCEEDED - Static variable in class java.lang.management.MemoryNotificationInfo
Notification type denoting that the memory usage of a memory pool is greater than or equal to its collection usage threshold after the Java virtual machine has expended effort in recycling unused objects in that memory pool.
MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a MemoryManagerMXBean.
MEMORY_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the MemoryMXBean.
MEMORY_POOL_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a MemoryPoolMXBean.
MEMORY_THRESHOLD_EXCEEDED - Static variable in class java.lang.management.MemoryNotificationInfo
Notification type denoting that the memory usage of a memory pool has reached or exceeded its usage threshold value.
MemoryHandler - Class in java.util.logging
Handler that buffers requests in a circular buffer in memory.
MemoryHandler() - Constructor for class java.util.logging.MemoryHandler
Create a MemoryHandler and configure it based on LogManager configuration properties.
MemoryHandler(Handler, int, Level) - Constructor for class java.util.logging.MemoryHandler
Create a MemoryHandler.
MemoryManagerMXBean - Interface in java.lang.management
The management interface for a memory manager.
MemoryMXBean - Interface in java.lang.management
The management interface for the memory system of the Java virtual machine.
MemoryNotificationInfo - Class in java.lang.management
The information about a memory notification.
MemoryNotificationInfo(String, MemoryUsage, long) - Constructor for class java.lang.management.MemoryNotificationInfo
Constructs a MemoryNotificationInfo object.
MemoryNotificationInfo(CompositeData) - Constructor for class java.lang.management.MemoryNotificationInfo
 
MemoryPoolMXBean - Interface in java.lang.management
The management interface for a memory pool.
MemoryType - Enum in java.lang.management
Types of memory pools.
MemoryUsage - Class in java.lang.management
A MemoryUsage object represents a snapshot of memory usage.
MemoryUsage(long, long, long, long) - Constructor for class java.lang.management.MemoryUsage
Constructs a MemoryUsage object.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a (non-null) value, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.HashMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface java.util.Map
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
MEROITIC_CURSIVE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meroitic Cursive" Unicode character block.
MEROITIC_HIEROGLYPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Meroitic Hieroglyphs" Unicode character block.
Method - Class in java.lang.reflect
A Method provides information about, and access to, a single method on a class or interface.
Method(Class<?>, String, Class<?>[], Class<?>, Class<?>[], int, int, String, byte[], byte[], byte[]) - Constructor for class java.lang.reflect.Method
Package-private constructor used by ReflectAccess to enable instantiation of these objects in Java code from the java.lang package via sun.reflect.LangReflectAccess.
method - Variable in class java.net.HttpURLConnection
The HTTP method (GET,POST,PUT,etc.).
method - Variable in class java.util.zip.ZipEntry
 
MethodArray() - Constructor for class java.lang.Class.MethodArray
 
MethodArray(int) - Constructor for class java.lang.Class.MethodArray
 
methodModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a method.
MIAO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miao" Unicode character block.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND_MASK - Static variable in class java.util.Calendar
 
min(double, double) - Static method in class java.lang.Double
Returns the smaller of two double values as if by calling Math.min.
min(float, float) - Static method in class java.lang.Float
Returns the smaller of two float values as if by calling Math.min.
min(int, int) - Static method in class java.lang.Integer
Returns the smaller of two int values as if by calling Math.min.
min(long, long) - Static method in class java.lang.Long
Returns the smaller of two long values as if by calling Math.min.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(int, int) - Static method in class java.lang.StrictMath
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.StrictMath
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.StrictMath
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.StrictMath
Returns the smaller of two double values.
min(Collection<? extends T>) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
MIN_CODE_POINT - Static variable in class java.lang.Character
The minimum value of a Unicode code point, constant U+0000.
MIN_EXPONENT - Static variable in class java.lang.Double
Minimum exponent a normalized double variable may have.
MIN_EXPONENT - Static variable in class java.lang.Float
Minimum exponent a normalized float variable may have.
MIN_HIGH_SURROGATE - Static variable in class java.lang.Character
The minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding, constant '\uD800'.
MIN_LOW_SURROGATE - Static variable in class java.lang.Character
The minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding, constant '\uDC00'.
MIN_NORMAL - Static variable in class java.lang.Double
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class java.lang.Float
A constant holding the smallest positive normal value of type float, 2-126.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from strings.
MIN_SUPPLEMENTARY_CODE_POINT - Static variable in class java.lang.Character
The minimum value of a Unicode supplementary code point, constant U+10000.
MIN_SURROGATE - Static variable in class java.lang.Character
The minimum value of a Unicode surrogate code unit in the UTF-16 encoding, constant '\uD800'.
MIN_TREEIFY_CAPACITY - Static variable in class java.util.concurrent.ConcurrentHashMap
The smallest table capacity for which bins may be treeified.
MIN_TREEIFY_CAPACITY - Static variable in class java.util.HashMap
The smallest table capacity for which bins may be treeified.
MIN_VALUE - Static variable in class java.lang.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MIN_VALUES - Static variable in class java.util.GregorianCalendar
 
MIN_VALUES - Static variable in class java.util.JapaneseImperialCalendar
 
MIN_WEIGHT - Static variable in class java.util.Locale.LanguageRange
A constant holding the minimum value of weight, 0.0, which indicates that the language range is not a good fit for the user.
minLength - Variable in class java.util.regex.Pattern.Start
 
minLength - Variable in class java.util.regex.Pattern.TreeInfo
 
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE_MASK - Static variable in class java.util.Calendar
 
mirroredLevel - Variable in class java.util.logging.Level.KnownLevel
 
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Mathematical Symbols-A" Unicode character block.
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Mathematical Symbols-B" Unicode character block.
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Symbols" Unicode character block.
MISCELLANEOUS_SYMBOLS_AND_ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Symbols and Arrows" Unicode character block.
MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Symbols And Pictographs" Unicode character block.
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Miscellaneous Technical" Unicode character block.
MissingFormatArgumentException - Exception in java.util
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.
MissingFormatArgumentException(String) - Constructor for exception java.util.MissingFormatArgumentException
Constructs an instance of this class with the unmatched format specifier.
MissingFormatWidthException - Exception in java.util
Unchecked exception thrown when the format width is required.
MissingFormatWidthException(String) - Constructor for exception java.util.MissingFormatWidthException
Constructs an instance of this class with the specified format specifier.
MissingResourceException - Exception in java.util
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for exception java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
MissingResourceException(String, String, String, Throwable) - Constructor for exception java.util.MissingResourceException
Constructs a MissingResourceException with message, className, key, and cause.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
modCount - Variable in class java.util.HashMap
The number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
modCount - Variable in class java.util.IdentityHashMap
The number of modifications, to support fast-fail iterators
modCount - Variable in class java.util.PriorityQueue
The number of times this priority queue has been structurally modified.
modCount - Variable in class java.util.WeakHashMap
The number of times this WeakHashMap has been structurally modified.
mode - Variable in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
Modifier - Class in java.lang.reflect
The Modifier class provides static methods and constants to decode class and member access modifiers.
Modifier() - Constructor for class java.lang.reflect.Modifier
 
MODIFIER_LETTER - Static variable in class java.lang.Character
General category "Lm" in the Unicode specification.
MODIFIER_SYMBOL - Static variable in class java.lang.Character
General category "Sk" in the Unicode specification.
MODIFIER_TONE_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Modifier Tone Letters" Unicode character block.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mongolian" Unicode character block.
MonitorInfo - Class in java.lang.management
Information about an object monitor lock.
MonitorInfo(String, int, int, StackTraceElement) - Constructor for class java.lang.management.MonitorInfo
Construct a MonitorInfo object.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_LENGTH - Static variable in class java.util.GregorianCalendar
 
MONTH_MASK - Static variable in class java.util.Calendar
 
MORE_ABOVE - Static variable in class java.lang.ConditionalSpecialCasing
 
MOVED - Static variable in class java.util.concurrent.ConcurrentHashMap
 
moveRootToFront(HashMap.Node<K, V>[], HashMap.TreeNode<K, V>) - Static method in class java.util.HashMap.TreeNode
Ensures that the given root is the first node of its bin.
mtime - Variable in class java.util.zip.ZipEntry
 
MulticastSocket - Class in java.net
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
Create a MulticastSocket bound to the specified socket address.
multiline - Variable in class java.util.regex.Pattern.Dollar
 
MULTILINE - Static variable in class java.util.regex.Pattern
Enables multiline mode.
multiline - Variable in class java.util.regex.Pattern.UnixDollar
 
multiplyExact(int, int) - Static method in class java.lang.Math
Returns the product of the arguments, throwing an exception if the result overflows an int.
multiplyExact(long, long) - Static method in class java.lang.Math
Returns the product of the arguments, throwing an exception if the result overflows a long.
multiplyExact(int, int) - Static method in class java.lang.StrictMath
Returns the product of the arguments, throwing an exception if the result overflows an int.
multiplyExact(long, long) - Static method in class java.lang.StrictMath
Returns the product of the arguments, throwing an exception if the result overflows a long.
MUSICAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Musical Symbols" Unicode character block.
mutex - Variable in class java.util.Collections.SynchronizedCollection
 
MYANMAR - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Myanmar" Unicode character block.
MYANMAR_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Myanmar Extended-A" Unicode character block.

N

name - Variable in class java.lang.ClassLoader.NativeLibrary
 
name() - Method in class java.lang.Enum
Returns the name of this enum constant, exactly as declared in its enum declaration.
name - Variable in class java.lang.ThreadGroup
 
name() - Method in class java.util.prefs.AbstractPreferences
Implements the name method as per the specification in Preferences.name().
name() - Method in class java.util.prefs.Preferences
Returns this preference node's name, relative to its parent.
name - Variable in class java.util.zip.ZipEntry
 
namedGroups - Variable in class java.util.regex.Pattern
Map the "name" of the "named capturing group" to its group id node.
namedGroups() - Method in class java.util.regex.Pattern
 
nameUUIDFromBytes(byte[]) - Static method in class java.util.UUID
Static factory to retrieve a type 3 (name based) UUID based on the specified byte array.
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
A constant holding a Not-a-Number (NaN) value of type float.
nanoTime() - Static method in class java.lang.System
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
NARROW_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a narrow name used for format.
NARROW_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a narrow name independently.
NATIVE - Static variable in class java.lang.reflect.Modifier
The int value representing the native modifier.
nativeConnectDisabled() - Method in class java.net.AbstractPlainDatagramSocketImpl
 
NativeLibrary(Class<?>, String, boolean) - Constructor for class java.lang.ClassLoader.NativeLibrary
 
NaturalOrder() - Constructor for class java.util.Arrays.NaturalOrder
 
naturalOrder() - Static method in interface java.util.Comparator
Returns a comparator that compares Comparable objects in natural order.
navigableKeySet() - Method in class java.util.Collections.CheckedNavigableMap
 
navigableKeySet() - Method in class java.util.Collections.SynchronizedNavigableMap
 
navigableKeySet() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
navigableKeySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
navigableKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
navigableKeySet() - Method in interface java.util.NavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class java.util.TreeMap
navigableKeySet() - Method in class java.util.TreeMap.NavigableSubMap
 
navigableKeySetView - Variable in class java.util.TreeMap.NavigableSubMap
 
NavigableMap<K,V> - Interface in java.util
A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet<E> - Interface in java.util
A SortedSet extended with navigation methods reporting closest matches for given search targets.
NavigableSubMap(TreeMap<K, V>, boolean, K, boolean, boolean, K, boolean) - Constructor for class java.util.TreeMap.NavigableSubMap
 
nCopies(int, T) - Static method in class java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
NCPU - Static variable in class java.util.concurrent.ConcurrentHashMap
Number of CPUS, to place bounds on some sizings
NCPUS - Static variable in class java.util.concurrent.SynchronousQueue
The number of CPUs, for spin control
needsDictionary() - Method in class java.util.zip.Inflater
Returns true if a preset dictionary is needed for decompression.
needsInput() - Method in class java.util.zip.Deflater
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput() - Method in class java.util.zip.Inflater
Returns true if no data remains in the input buffer.
needsReload(String, Locale, String, ClassLoader, ResourceBundle, long) - Method in class java.util.ResourceBundle.Control
Determines if the expired bundle in the cache needs to be reloaded based on the loading time given by loadTime or some other criteria.
Neg(Pattern.Node) - Constructor for class java.util.regex.Pattern.Neg
 
negateExact(int) - Static method in class java.lang.Math
Returns the negation of the argument, throwing an exception if the result overflows an int.
negateExact(long) - Static method in class java.lang.Math
Returns the negation of the argument, throwing an exception if the result overflows a long.
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NET_UNREACHABLE - Static variable in interface java.net.SocksConsts
 
NetPermission - Class in java.net
This class is for various network permissions.
NetPermission(String) - Constructor for class java.net.NetPermission
Creates a new NetPermission with the specified name.
NetPermission(String, String) - Constructor for class java.net.NetPermission
Creates a new NetPermission object with the specified name.
NetworkInterface - Class in java.net
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
NetworkInterface() - Constructor for class java.net.NetworkInterface
Returns an NetworkInterface object with index set to 0 and name to null.
NetworkInterface(String, int, InetAddress[]) - Constructor for class java.net.NetworkInterface
 
NEW_TAI_LUE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "New Tai Lue" Unicode character block.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class java.util.ResourceBundle.Control
Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.
newCachedThreadPool() - Static method in class java.util.concurrent.Executors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
newCachedThreadPool(ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available, and uses the provided ThreadFactory to create new threads when needed.
newCondition() - Method in interface java.util.concurrent.locks.Lock
Returns a new Condition instance that is bound to this Lock instance.
newCondition() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a Condition instance for use with this Lock instance.
newCondition() - Method in class java.util.concurrent.locks.ReentrantLock.Sync
 
newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Throws UnsupportedOperationException because ReadLocks do not support conditions.
newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a Condition instance for use with this Lock instance.
newConstructor(Class<T>, Class<?>[], Class<?>[], int, int, String, byte[], byte[]) - Method in class java.lang.reflect.ReflectAccess
 
newField(Class<?>, String, Class<?>, int, int, String, byte[]) - Method in class java.lang.reflect.ReflectAccess
 
newFixedThreadPool(int) - Static method in class java.util.concurrent.Executors
Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue.
newFixedThreadPool(int, ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue, using the provided ThreadFactory to create new threads when needed.
newInstance() - Method in class java.io.ObjectStreamClass
Creates a new instance of the represented class.
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newInstance(Class<?>, int) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and length.
newInstance(Class<?>, int...) - Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and dimensions.
newInstance(Object...) - Method in class java.lang.reflect.Constructor
Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
newInstance(URL[], ClassLoader) - Static method in class java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and parent class loader.
newInstance(URL[]) - Static method in class java.net.URLClassLoader
Creates a new instance of URLClassLoader for the specified URLs and default parent class loader.
newKeySet() - Static method in class java.util.concurrent.ConcurrentHashMap
Creates a new Set backed by a ConcurrentHashMap from the given type to Boolean.TRUE.
newKeySet(int) - Static method in class java.util.concurrent.ConcurrentHashMap
Creates a new Set backed by a ConcurrentHashMap from the given type to Boolean.TRUE.
newLine() - Method in class java.io.BufferedWriter
Writes a line separator.
newMethod(Class<?>, String, Class<?>[], Class<?>, Class<?>[], int, int, String, byte[], byte[], byte[]) - Method in class java.lang.reflect.ReflectAccess
 
newNode(int, K, V, HashMap.Node<K, V>) - Method in class java.util.HashMap
 
newNode(int, K, V, HashMap.Node<K, V>) - Method in class java.util.LinkedHashMap
 
newNode - Variable in class java.util.prefs.AbstractPreferences
This field should be true if this node did not exist in the backing store prior to the creation of this object.
newPermissionCollection() - Method in class java.io.FilePermission
Returns a new PermissionCollection object for storing FilePermission objects.
newPermissionCollection() - Method in class java.net.SocketPermission
Returns a new PermissionCollection object for storing SocketPermission objects.
newPermissionCollection() - Method in class java.util.PropertyPermission
Returns a new PermissionCollection object for storing PropertyPermission objects.
newPlatformMXBeanProxy(MBeanServerConnection, String, Class<T>) - Static method in class java.lang.management.ManagementFactory
Returns a proxy for a platform MXBean interface of a given MXBean name that forwards its method calls through the given MBeanServerConnection.
newProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class java.lang.reflect.Proxy
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
newScheduledThreadPool(int) - Static method in class java.util.concurrent.Executors
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
newScheduledThreadPool(int, ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a thread pool that can schedule commands to run after a given delay, or to execute periodically.
newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
Returns a set backed by the specified map.
newSingleThreadExecutor() - Static method in class java.util.concurrent.Executors
Creates an Executor that uses a single worker thread operating off an unbounded queue.
newSingleThreadExecutor(ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates an Executor that uses a single worker thread operating off an unbounded queue, and uses the provided ThreadFactory to create a new thread when needed.
newSingleThreadScheduledExecutor() - Static method in class java.util.concurrent.Executors
Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically.
newSingleThreadScheduledExecutor(ThreadFactory) - Static method in class java.util.concurrent.Executors
Creates a single-threaded executor that can schedule commands to run after a given delay, or to execute periodically.
newSubMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
Utility to create submaps, where given bounds override unbounded(null) ones and/or are checked against bounded ones.
newTaskFor(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
Returns a RunnableFuture for the given runnable and default value.
newTaskFor(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
Returns a RunnableFuture for the given callable task.
newTasksMayBeScheduled - Variable in class java.util.TimerThread
This flag is set to false by the reaper to inform us that there are no more live references to our Timer object.
newThread(Runnable) - Method in class java.util.concurrent.Executors.DefaultThreadFactory
 
newThread(Runnable) - Method in class java.util.concurrent.Executors.PrivilegedThreadFactory
 
newThread(Runnable) - Method in interface java.util.concurrent.ThreadFactory
Constructs a new Thread.
newTreeNode(int, K, V, HashMap.Node<K, V>) - Method in class java.util.HashMap
 
newTreeNode(int, K, V, HashMap.Node<K, V>) - Method in class java.util.LinkedHashMap
 
newUpdater(Class<U>, String) - Static method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Creates and returns an updater for objects with the given field.
newUpdater(Class<U>, String) - Static method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Creates and returns an updater for objects with the given field.
newUpdater(Class<U>, Class<W>, String) - Static method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Creates and returns an updater for objects with the given field.
newWorkStealingPool(int) - Static method in class java.util.concurrent.Executors
Creates a thread pool that maintains enough threads to support the given parallelism level, and may use multiple queues to reduce contention.
newWorkStealingPool() - Static method in class java.util.concurrent.Executors
Creates a work-stealing thread pool using all available processors as its target parallelism level.
next - Variable in class java.lang.ref.Reference
 
next - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
next() - Method in class java.util.concurrent.ConcurrentHashMap.EntryIterator
 
next() - Method in class java.util.concurrent.ConcurrentHashMap.KeyIterator
 
next - Variable in class java.util.concurrent.ConcurrentHashMap.Node
 
next - Variable in class java.util.concurrent.ConcurrentHashMap.TableStack
 
next - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
next() - Method in class java.util.concurrent.ConcurrentHashMap.ValueIterator
 
next() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntryIterator
 
next - Variable in class java.util.concurrent.ConcurrentSkipListMap.Iter
the next node to return from next();
next() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeyIterator
 
next - Variable in class java.util.concurrent.ConcurrentSkipListMap.Node
 
next() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapEntryIterator
 
next - Variable in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
the next node to return from next();
next() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapKeyIterator
 
next() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapValueIterator
 
next() - Method in class java.util.concurrent.ConcurrentSkipListMap.ValueIterator
 
next() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
next - Variable in class java.util.concurrent.FutureTask.WaitNode
 
next - Variable in class java.util.concurrent.LinkedBlockingDeque.Node
One of: - the real successor Node - this Node, meaning the successor is head - null, meaning there is no successor
next - Variable in class java.util.concurrent.LinkedBlockingQueue.Node
One of: - the real successor Node - this Node, meaning the successor is head.next - null, meaning there is no successor (this is the last node)
next - Variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Link to the successor node that the current node/thread unparks upon release.
next - Variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Link to the successor node that the current node/thread unparks upon release.
next() - Method in class java.util.concurrent.PriorityBlockingQueue.Itr
 
next - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
next - Variable in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
next() - Method in class java.util.HashMap.EntryIterator
 
next - Variable in class java.util.HashMap.HashIterator
 
next() - Method in class java.util.HashMap.KeyIterator
 
next - Variable in class java.util.HashMap.Node
 
next() - Method in class java.util.HashMap.ValueIterator
 
next() - Method in interface java.util.Iterator
Returns the next element in the iteration.
next() - Method in class java.util.LinkedHashMap.LinkedEntryIterator
 
next - Variable in class java.util.LinkedHashMap.LinkedHashIterator
 
next() - Method in class java.util.LinkedHashMap.LinkedKeyIterator
 
next() - Method in class java.util.LinkedHashMap.LinkedValueIterator
 
next() - Method in interface java.util.ListIterator
Returns the next element in the list and advances the cursor position.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
next - Variable in class java.util.regex.Pattern.Node
 
next() - Method in class java.util.Scanner
Finds and returns the next complete token from this scanner.
next(String) - Method in class java.util.Scanner
Returns the next token if it matches the pattern constructed from the specified string.
next(Pattern) - Method in class java.util.Scanner
Returns the next token if it matches the specified pattern.
next() - Method in class java.util.TreeMap.DescendingKeyIterator
 
next() - Method in class java.util.TreeMap.EntryIterator
 
next() - Method in class java.util.TreeMap.KeyIterator
 
next() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapEntryIterator
 
next() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
next() - Method in class java.util.TreeMap.NavigableSubMap.SubMapEntryIterator
 
next - Variable in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
next() - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
next - Variable in class java.util.TreeMap.PrivateEntryIterator
 
next() - Method in class java.util.TreeMap.ValueIterator
 
nextAfter(double, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(double, double) - Static method in class java.lang.StrictMath
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.StrictMath
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextBigDecimal() - Method in class java.util.Scanner
Scans the next token of the input as a BigDecimal.
nextBigInteger() - Method in class java.util.Scanner
Scans the next token of the input as a BigInteger.
nextBigInteger(int) - Method in class java.util.Scanner
Scans the next token of the input as a BigInteger.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBoolean() - Method in class java.util.Scanner
Scans the next token of the input into a boolean value and returns that value.
nextByte() - Method in class java.util.Scanner
Scans the next token of the input as a byte.
nextByte(int) - Method in class java.util.Scanner
Scans the next token of the input as a byte.
nextBytes(byte[]) - Method in class java.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextClearBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextDouble() - Method in class java.util.Scanner
Scans the next token of the input as a double.
nextDown(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of negative infinity.
nextDown(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of negative infinity.
nextDown(double) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to d in the direction of negative infinity.
nextDown(float) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to f in the direction of negative infinity.
nextElement() - Method in class java.util.concurrent.ConcurrentHashMap.KeyIterator
 
nextElement() - Method in class java.util.concurrent.ConcurrentHashMap.ValueIterator
 
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextEntry() - Method in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
nextEntry() - Method in class java.util.TreeMap.PrivateEntryIterator
 
nextExecutionTime - Variable in class java.util.TimerTask
Next execution time for this task in the format returned by System.currentTimeMillis, assuming this task is scheduled for execution.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFloat() - Method in class java.util.Scanner
Scans the next token of the input as a float.
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.next().
nextIndex() - Method in class java.util.Vector.ListItr
 
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextInt() - Method in class java.util.Scanner
Scans the next token of the input as an int.
nextInt(int) - Method in class java.util.Scanner
Scans the next token of the input as an int.
nextLine() - Method in class java.util.Scanner
Advances this scanner past the current line and returns the input that was skipped.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextLong() - Method in class java.util.Scanner
Scans the next token of the input as a long.
nextLong(int) - Method in class java.util.Scanner
Scans the next token of the input as a long.
nextNode() - Method in class java.util.HashMap.HashIterator
 
nextNode() - Method in class java.util.LinkedHashMap.LinkedHashIterator
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
nextRight - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
nextSecondarySeed() - Static method in class java.util.concurrent.locks.LockSupport
Returns the pseudo-randomly initialized or updated secondary seed.
nextSetBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextShort() - Method in class java.util.Scanner
Scans the next token of the input as a short.
nextShort(int) - Method in class java.util.Scanner
Scans the next token of the input as a short.
nextStream() - Method in class java.io.SequenceInputStream
Continues reading in the next stream if an EOF is reached.
nextTable - Variable in class java.util.concurrent.ConcurrentHashMap.ForwardingNode
 
nextToken() - Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
nextUp(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of positive infinity.
nextUp(double) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.StrictMath
Returns the floating-point value adjacent to f in the direction of positive infinity.
nextValue - Variable in class java.util.concurrent.ConcurrentSkipListMap.Iter
Cache of next value field to maintain weak consistency
nextValue - Variable in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
Cache of next value field to maintain weak consistency
nextWaiter - Variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Link to next node waiting on condition, or the special value SHARED.
nextWaiter - Variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Link to next node waiting on condition, or the special value SHARED.
ngroups - Variable in class java.lang.ThreadGroup
 
NKO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "NKo" Unicode character block.
NO_AUTH - Static variable in interface java.net.SocksConsts
 
NO_COMPRESSION - Static variable in class java.util.zip.Deflater
Compression level for no compression.
NO_FIELDS - Static variable in class java.io.ObjectStreamClass
serialPersistentFields value indicating no serializable fields
NO_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to achieve best compression result.
NO_METHODS - Static variable in interface java.net.SocksConsts
 
NO_PROXY - Static variable in class java.net.Proxy
A proxy setting that represents a DIRECT connection, basically telling the protocol handler not to use any proxying.
NO_TIMEZONE - Static variable in class java.util.TimeZone
The null constant as a TimeZone.
NOANCHOR - Static variable in class java.util.regex.Matcher
 
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
Node(int, K, V, ConcurrentHashMap.Node<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.Node
 
node - Variable in class java.util.concurrent.ConcurrentSkipListMap.Index
 
Node(K, Object, ConcurrentSkipListMap.Node<K, V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.Node
Creates a new regular node.
Node(ConcurrentSkipListMap.Node<K, V>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.Node
Creates a new marker node.
Node() - Constructor for class java.util.concurrent.Exchanger.Node
 
Node(E) - Constructor for class java.util.concurrent.LinkedBlockingDeque.Node
 
Node(E) - Constructor for class java.util.concurrent.LinkedBlockingQueue.Node
 
Node() - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
 
Node(Thread, AbstractQueuedLongSynchronizer.Node) - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
 
Node(Thread, int) - Constructor for class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
 
Node() - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
 
Node(Thread, AbstractQueuedSynchronizer.Node) - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
 
Node(Thread, int) - Constructor for class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
 
Node(int, K, V, HashMap.Node<K, V>) - Constructor for class java.util.HashMap.Node
 
node(int) - Method in class java.util.LinkedList
Returns the (non-null) Node at the specified element index.
node(String) - Method in class java.util.prefs.AbstractPreferences
Implements the node method as per the specification in Preferences.node(String).
node(String) - Method in class java.util.prefs.Preferences
Returns the named preference node in the same tree as this node, creating it and any of its ancestors if they do not already exist.
Node() - Constructor for class java.util.regex.Pattern.Node
 
node() - Method in class java.util.UUID
The node value associated with this UUID.
NodeChangeEvent - Class in java.util.prefs
An event emitted by a Preferences node to indicate that a child of that node has been added or removed.
NodeChangeEvent(Preferences, Preferences) - Constructor for class java.util.prefs.NodeChangeEvent
Constructs a new NodeChangeEvent instance.
NodeChangeListener - Interface in java.util.prefs
A listener for receiving preference node change events.
nodeExists(String) - Method in class java.util.prefs.AbstractPreferences
Implements the nodeExists method as per the specification in Preferences.nodeExists(String).
nodeExists(String) - Method in class java.util.prefs.Preferences
Returns true if the named preference node exists in the same tree as this node.
nodeListeners() - Method in class java.util.prefs.AbstractPreferences
 
NON_SPACING_MARK - Static variable in class java.lang.Character
General category "Mn" in the Unicode specification.
NONE - Static variable in class java.util.regex.Pattern.Bound
 
noneOf(Class<E>) - Static method in class java.util.EnumSet
Creates an empty enum set with the specified element type.
NonfairSync() - Constructor for class java.util.concurrent.locks.ReentrantLock.NonfairSync
 
NonfairSync() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.NonfairSync
 
NonfairSync(int) - Constructor for class java.util.concurrent.Semaphore.NonfairSync
 
nonfairTryAcquire(int) - Method in class java.util.concurrent.locks.ReentrantLock.Sync
Performs non-fair tryLock.
nonfairTryAcquireShared(int) - Method in class java.util.concurrent.Semaphore.Sync
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalize(String) - Method in class java.io.FileSystem
Convert the given pathname string to normal form.
normalize() - Method in class java.net.URI
Normalizes this URI's path.
NoRouteToHostException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NoSuchElementException - Exception in java.util
Thrown by various accessor methods to indicate that the element being requested does not exist.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - Error in java.lang
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with no detail message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with the specified detail message.
NoSuchFieldException - Exception in java.lang
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - Error in java.lang
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
not - Variable in class java.util.regex.Pattern.Conditional
 
NOT_ALLOWED - Static variable in interface java.net.SocksConsts
 
NOT_BEFORE_DOT - Static variable in class java.lang.ConditionalSpecialCasing
 
NotActiveException - Exception in java.io
Thrown when serialization or deserialization is not active.
NotActiveException(String) - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
NotActiveException() - Constructor for exception java.io.NotActiveException
Constructor to create a new NotActiveException without a reason.
NotBehind(Pattern.Node, int, int) - Constructor for class java.util.regex.Pattern.NotBehind
 
NotBehindS(Pattern.Node, int, int) - Constructor for class java.util.regex.Pattern.NotBehindS
 
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyObservers() - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NotSerializableException - Exception in java.io
Thrown when an instance is required to have a Serializable interface.
NotSerializableException(String) - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object with message string.
NotSerializableException() - Constructor for exception java.io.NotSerializableException
Constructs a NotSerializableException object.
NOVEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eleventh month of the year in the Gregorian and Julian calendars.
now() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Returns current nanosecond time.
nthreads - Variable in class java.lang.ThreadGroup
 
NULL - Static variable in class java.lang.ref.ReferenceQueue
 
NULL_KEY - Static variable in class java.util.IdentityHashMap
Value representing null keys inside tables.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
nullsFirst(Comparator<? super T>) - Static method in interface java.util.Comparator
Returns a null-friendly comparator that considers null to be less than non-null.
nullsLast(Comparator<? super T>) - Static method in interface java.util.Comparator
Returns a null-friendly comparator that considers null to be greater than non-null.
Number - Class in java.lang
The abstract class Number is the superclass of platform classes representing numeric values that are convertible to the primitive types byte, double, float, int, long, and short.
Number() - Constructor for class java.lang.Number
 
NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Number Forms" Unicode character block.
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numberOfLeadingZeros(int) - Static method in class java.lang.Integer
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified int value.
numberOfLeadingZeros(long) - Static method in class java.lang.Long
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified long value.
numberOfTrailingZeros(int) - Static method in class java.lang.Integer
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified int value.
numberOfTrailingZeros(long) - Static method in class java.lang.Long
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified long value.
numericToTextFormat(byte[]) - Static method in class java.net.Inet4Address
 
numericToTextFormat(byte[]) - Static method in class java.net.Inet6Address
 
nUnstartedThreads - Variable in class java.lang.ThreadGroup
 
nval - Variable in class java.io.StreamTokenizer

O

Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
objectFieldOffset(Unsafe, String, Class<?>) - Static method in class java.util.concurrent.atomic.AtomicMarkableReference
 
objectFieldOffset(Unsafe, String, Class<?>) - Static method in class java.util.concurrent.atomic.AtomicStampedReference
 
objectFieldOffset(Unsafe, String, Class<?>) - Static method in class java.util.concurrent.SynchronousQueue
 
ObjectInput - Interface in java.io
ObjectInput extends the DataInput interface to include the reading of objects.
ObjectInputStream - Class in java.io
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
ObjectInputStream(InputStream) - Constructor for class java.io.ObjectInputStream
Creates an ObjectInputStream that reads from the specified InputStream.
ObjectInputStream() - Constructor for class java.io.ObjectInputStream
Provide a way for subclasses that are completely reimplementing ObjectInputStream to not have to allocate private data just used by this implementation of ObjectInputStream.
ObjectInputStream.GetField - Class in java.io
Provide access to the persistent fields read from the input stream.
ObjectInputValidation - Interface in java.io
Callback interface to allow validation of objects within a graph.
ObjectOutput - Interface in java.io
ObjectOutput extends the DataOutput interface to include writing of objects.
ObjectOutputStream - Class in java.io
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
ObjectOutputStream(OutputStream) - Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectOutputStream() - Constructor for class java.io.ObjectOutputStream
Provide a way for subclasses that are completely reimplementing ObjectOutputStream to not have to allocate private data just used by this implementation of ObjectOutputStream.
ObjectOutputStream.PutField - Class in java.io
Provide programmatic access to the persistent fields to be written to ObjectOutput.
ObjectStreamClass - Class in java.io
Serialization's descriptor for classes.
ObjectStreamClass() - Constructor for class java.io.ObjectStreamClass
ObjectStreamClass.ClassDataSlot - Class in java.io
Class representing the portion of an object's serialized form allotted to data described by a given class descriptor.
ObjectStreamClass.WeakClassKey - Class in java.io
Weak key for Class objects.
ObjectStreamConstants - Interface in java.io
Constants written into the Object Serialization Stream.
ObjectStreamException - Exception in java.io
Superclass of all exceptions specific to Object Stream classes.
ObjectStreamException(String) - Constructor for exception java.io.ObjectStreamException
Create an ObjectStreamException with the specified argument.
ObjectStreamException() - Constructor for exception java.io.ObjectStreamException
Create an ObjectStreamException.
ObjectStreamField - Class in java.io
A description of a Serializable field from a Serializable class.
ObjectStreamField(String, Class<?>) - Constructor for class java.io.ObjectStreamField
Create a Serializable field with the specified type.
ObjectStreamField(String, Class<?>, boolean) - Constructor for class java.io.ObjectStreamField
Creates an ObjectStreamField representing a serializable field with the given name and type.
ObjectStreamField(String, String, boolean) - Constructor for class java.io.ObjectStreamField
Creates an ObjectStreamField representing a field with the given name, signature and unshared setting.
ObjectStreamField(Field, boolean, boolean) - Constructor for class java.io.ObjectStreamField
Creates an ObjectStreamField representing the given field with the specified unshared setting.
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers.
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
observesDaylightTime() - Method in class java.util.SimpleTimeZone
Returns true if this SimpleTimeZone observes Daylight Saving Time.
observesDaylightTime() - Method in class java.util.TimeZone
Returns true if this TimeZone is currently in Daylight Saving Time, or if a transition from Standard Time to Daylight Saving Time occurs at any future time.
OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
of(char) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character, or null if the character is not a member of a defined block.
of(int) - Static method in class java.lang.Character.UnicodeBlock
Returns the object representing the Unicode block containing the given character (Unicode code point), or null if the character is not a member of a defined block.
of(int) - Static method in enum java.lang.Character.UnicodeScript
Returns the enum constant representing the Unicode script of which the given character (Unicode code point) is assigned to.
of(int) - Static method in class java.lang.CharacterData
 
of(E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified element.
of(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E, E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E, E, E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
of(E, E...) - Static method in class java.util.EnumSet
Creates an enum set initially containing the specified elements.
OFF - Static variable in class java.util.logging.Level
OFF is a special level that can be used to turn off logging.
offer(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offer(E) - Method in class java.util.Collections.AsLIFOQueue
 
offer(E) - Method in class java.util.Collections.CheckedQueue
 
offer(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting up to the specified wait time for space to become available if the queue is full.
offer(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting up to the specified wait time if necessary for space to become available.
offer(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available.
offer(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
offer(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
offer(E) - Method in class java.util.concurrent.LinkedBlockingDeque
offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
offer(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available.
offer(E) - Method in class java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and false if this queue is full.
offer(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
offer(E, long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
offer(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
offer(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
offer(E, long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
Inserts the specified element into this queue, waiting if necessary up to the specified wait time for another thread to receive it.
offer(E) - Method in class java.util.concurrent.SynchronousQueue
Inserts the specified element into this queue, if another thread is waiting to receive it.
offer(E) - Method in interface java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(E) - Method in class java.util.LinkedList
Adds the specified element as the tail (last element) of this list.
offer(E) - Method in class java.util.PriorityQueue
Inserts the specified element into this priority queue.
offer(E) - Method in interface java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
offerFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
offerFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerFirst(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting up to the specified wait time if necessary for space to become available.
offerFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
offerFirst(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
offerFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the front of this list.
offerLast(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offerLast(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerLast(E, long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting up to the specified wait time if necessary for space to become available.
offerLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
offerLast(E, long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
offerLast(E) - Method in interface java.util.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
offerLast(E) - Method in class java.util.LinkedList
Inserts the specified element at the end of this list.
offset - Variable in class java.net.DatagramPacket
 
offsetByCodePoints(int, int) - Method in class java.lang.AbstractStringBuilder
Returns the index within this sequence that is offset from the given index by codePointOffset code points.
offsetByCodePoints(CharSequence, int, int) - Static method in class java.lang.Character
Returns the index within the given char sequence that is offset from the given index by codePointOffset code points.
offsetByCodePoints(char[], int, int, int, int) - Static method in class java.lang.Character
Returns the index within the given char subarray that is offset from the given index by codePointOffset code points.
offsetByCodePoints(int, int) - Method in class java.lang.String
Returns the index within this String that is offset from the given index by codePointOffset code points.
offsetByCodePoints(int, int) - Method in class java.lang.StringBuffer
 
offsetByCodePointsImpl(char[], int, int, int, int) - Static method in class java.lang.Character
 
OGHAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ogham" Unicode character block.
OL_CHIKI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ol Chiki" Unicode character block.
OLD_ITALIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old Italic" Unicode character block.
OLD_PERSIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old Persian" Unicode character block.
OLD_SOUTH_ARABIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old South Arabian" Unicode character block.
OLD_TURKIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Old Turkic" Unicode character block.
oldImpl - Variable in class java.net.DatagramSocket
Are we using an older DatagramSocketImpl?
oldLast - Variable in class java.util.regex.Matcher
The end index of what matched in the last match operation.
onShutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Cancels and clears the queue of all tasks that should not be run due to shutdown policy.
onShutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
Performs any further cleanup following run state transition on invocation of shutdown.
OPEN_DELETE - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file and mark it for deletion.
OPEN_FAILURE - Static variable in class java.util.logging.ErrorManager
OPEN_FAILURE is used when an open of an output stream fails.
OPEN_READ - Static variable in class java.util.zip.ZipFile
Mode flag to open a zip file for reading.
openConnection() - Method in class java.net.URL
Returns a URLConnection instance that represents a connection to the remote object referred to by the URL.
openConnection(Proxy) - Method in class java.net.URL
Same as URL.openConnection(), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxing will ignore the proxy parameter and make a normal connection.
openConnection(URL) - Method in class java.net.URLStreamHandler
Opens a connection to the object referenced by the URL argument.
openConnection(URL, Proxy) - Method in class java.net.URLStreamHandler
Same as openConnection(URL), except that the connection will be made through the specified proxy; Protocol handlers that do not support proxying will ignore the proxy parameter and make a normal connection.
openStream() - Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
OPERATING_SYSTEM_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the OperatingSystemMXBean.
OperatingSystemMXBean - Interface in java.lang.management
The management interface for the operating system on which the Java virtual machine is running.
OPTICAL_CHARACTER_RECOGNITION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Optical Character Recognition" Unicode character block.
optimize(Pattern.Node) - Static method in class java.util.regex.Pattern.BnM
Pre calculates arrays needed to generate the bad character shift
and the good suffix shift.
OptionalDataException - Exception in java.io
Exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.
OptionalDataException(int) - Constructor for exception java.io.OptionalDataException
 
OptionalDataException(boolean) - Constructor for exception java.io.OptionalDataException
 
optoSft - Variable in class java.util.regex.Pattern.BnM
 
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
ordinal() - Method in class java.lang.Enum
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
ordinaryChar(int) - Method in class java.io.StreamTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
origin - Variable in class java.util.Random.RandomDoublesSpliterator
 
origin - Variable in class java.util.Random.RandomIntsSpliterator
 
origin - Variable in class java.util.Random.RandomLongsSpliterator
 
ORIYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Oriya" Unicode character block.
OSMANYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Osmanya" Unicode character block.
OTHER_LETTER - Static variable in class java.lang.Character
General category "Lo" in the Unicode specification.
OTHER_NUMBER - Static variable in class java.lang.Character
General category "No" in the Unicode specification.
OTHER_PUNCTUATION - Static variable in class java.lang.Character
General category "Po" in the Unicode specification.
OTHER_SYMBOL - Static variable in class java.lang.Character
General category "So" in the Unicode specification.
otherCurrencies - Static variable in class java.util.Currency
 
otherCurrenciesDFD - Static variable in class java.util.Currency
 
otherCurrenciesNumericCode - Static variable in class java.util.Currency
 
out - Variable in class java.io.FilterOutputStream
The underlying output stream to be filtered.
out - Variable in class java.io.FilterWriter
The underlying character-output stream.
out - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be read by this piped input stream.
out - Variable in class java.io.PipedReader
The index of the position in the circular buffer at which the next character of data will be read by this piped reader.
out - Variable in class java.io.PrintWriter
The underlying character-output stream of this PrintWriter.
out - Static variable in class java.lang.System
The "standard" output stream.
out() - Method in class java.util.Formatter
Returns the destination for the output.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, Charset) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the given charset.
OutputStreamWriter(OutputStream, CharsetEncoder) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the given charset encoder.
Override - Annotation Type in java.lang
Indicates that a method declaration is intended to override a method declaration in a supertype.
override - Variable in class java.lang.reflect.AccessibleObject
 
owns(AbstractQueuedLongSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Queries whether the given ConditionObject uses this synchronizer as its lock.
owns(AbstractQueuedSynchronizer.ConditionObject) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Queries whether the given ConditionObject uses this synchronizer as its lock.

P

Package - Class in java.lang
Package objects contain version information about the implementation and specification of a Java package.
Package(String, String, String, String, String, String, String, URL, ClassLoader) - Constructor for class java.lang.Package
Construct a package instance with the specified version information.
packageEnabled - Variable in class java.lang.AssertionStatusDirectives
A parallel array to packages, indicating whether each package-tree is to have assertions enabled or disabled.
packages - Variable in class java.lang.AssertionStatusDirectives
The package-trees for which assertions are to be enabled or disabled.
PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
General category "Zp" in the Unicode specification.
parallelPrefix(T[], BinaryOperator<T>) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(T[], int, int, BinaryOperator<T>) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(Object[], BinaryOperator) for the given subrange of the array.
parallelPrefix(long[], LongBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(long[], int, int, LongBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(long[], LongBinaryOperator) for the given subrange of the array.
parallelPrefix(double[], DoubleBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(double[], int, int, DoubleBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(double[], DoubleBinaryOperator) for the given subrange of the array.
parallelPrefix(int[], IntBinaryOperator) - Static method in class java.util.Arrays
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(int[], int, int, IntBinaryOperator) - Static method in class java.util.Arrays
Performs Arrays.parallelPrefix(int[], IntBinaryOperator) for the given subrange of the array.
parallelSetAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
parallelSort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending numerical order.
parallelSort(T[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
parallelSort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
parallelStream() - Method in interface java.util.Collection
Returns a possibly parallel Stream with this collection as its source.
parallelStream() - Method in class java.util.Collections.AsLIFOQueue
 
parallelStream() - Method in class java.util.Collections.CheckedCollection
 
parallelStream() - Method in class java.util.Collections.SynchronizedCollection
 
parallelStream() - Method in class java.util.Collections.UnmodifiableCollection
 
ParameterizedType - Interface in java.lang.reflect
ParameterizedType represents a parameterized type such as Collection<String>.
parameterModifiers() - Static method in class java.lang.reflect.Modifier
Return an int value OR-ing together the source language modifiers that can be applied to a parameter.
parent - Variable in class java.util.concurrent.ConcurrentHashMap.TreeNode
 
parent - Variable in class java.util.HashMap.TreeNode
 
parent - Variable in class java.util.prefs.AbstractPreferences
Our parent node.
parent() - Method in class java.util.prefs.AbstractPreferences
Implements the parent method as per the specification in Preferences.parent().
parent() - Method in class java.util.prefs.Preferences
Returns the parent of this preference node, or null if this is the root.
parent - Variable in class java.util.ResourceBundle
The parent bundle of this bundle.
parent - Variable in class java.util.TreeMap.Entry
 
parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
parentPattern - Variable in class java.util.regex.Matcher
The Pattern object that created this Matcher.
park(Object) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes unless the permit is available.
park() - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes unless the permit is available.
parkBlocker - Variable in class java.lang.Thread
The argument supplied to the current call to java.util.concurrent.locks.LockSupport.park.
parked - Variable in class java.util.concurrent.Exchanger.Node
 
parkNanos(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.
parkNanos(long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, for up to the specified waiting time, unless the permit is available.
parkUntil(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available.
parkUntil(long) - Static method in class java.util.concurrent.locks.LockSupport
Disables the current thread for thread scheduling purposes, until the specified deadline, unless the permit is available.
parse(String) - Static method in class java.net.HttpCookie
Constructs cookies from set-cookie or set-cookie2 header string.
parse(String) - Static method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.parse(String s).
parse(String) - Static method in class java.util.Locale.LanguageRange
Parses the given ranges to generate a Language Priority List.
parse(String, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
Parses the given ranges to generate a Language Priority List, and then customizes the list using the given map.
parse(String) - Static method in class java.util.logging.Level
Parse a level name string into a Level.
parseBoolean(String) - Static method in class java.lang.Boolean
Parses the string argument as a boolean.
parseByte(String, int) - Static method in class java.lang.Byte
Parses the string argument as a signed byte in the radix specified by the second argument.
parseByte(String) - Static method in class java.lang.Byte
Parses the string argument as a signed decimal byte.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseServerAuthority() - Method in class java.net.URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
parseShort(String, int) - Static method in class java.lang.Short
Parses the string argument as a signed short in the radix specified by the second argument.
parseShort(String) - Static method in class java.lang.Short
Parses the string argument as a signed decimal short.
parseUnsignedInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as an unsigned integer in the radix specified by the second argument.
parseUnsignedInt(String) - Static method in class java.lang.Integer
Parses the string argument as an unsigned decimal integer.
parseUnsignedLong(String, int) - Static method in class java.lang.Long
Parses the string argument as an unsigned long in the radix specified by the second argument.
parseUnsignedLong(String) - Static method in class java.lang.Long
Parses the string argument as an unsigned decimal long.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
Participant() - Constructor for class java.util.concurrent.Exchanger.Participant
 
Parts - Class in java.net
 
Parts(String) - Constructor for class java.net.Parts
 
PasswordAuthentication - Class in java.net
The class PasswordAuthentication is a data holder that is used by Authenticator.
PasswordAuthentication(String, char[]) - Constructor for class java.net.PasswordAuthentication
Creates a new PasswordAuthentication object from the given user name and password.
path - Variable in class java.net.Parts
 
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
pattern() - Method in class java.util.regex.Matcher
Returns the pattern that is interpreted by this matcher.
Pattern - Class in java.util.regex
A compiled representation of a regular expression.
pattern() - Method in class java.util.regex.Pattern
Returns the regular expression from which this pattern was compiled.
Pattern.All - Class in java.util.regex
Implements the Unicode category ALL and the dot metacharacter when in dotall mode.
Pattern.BackRef - Class in java.util.regex
Refers to a group in the regular expression.
Pattern.Begin - Class in java.util.regex
Node to anchor at the beginning of input.
Pattern.Behind - Class in java.util.regex
Zero width positive lookbehind.
Pattern.BehindS - Class in java.util.regex
Zero width positive lookbehind, including supplementary characters or unpaired surrogates.
Pattern.Block - Class in java.util.regex
Node class that matches a Unicode block.
Pattern.BnM - Class in java.util.regex
Attempts to match a slice in the input using the Boyer-Moore string matching algorithm.
Pattern.BnMS - Class in java.util.regex
Supplementary support version of BnM().
Pattern.Bound - Class in java.util.regex
Handles word boundaries.
Pattern.Branch - Class in java.util.regex
Handles the branching of alternations.
Pattern.BranchConn - Class in java.util.regex
A Guard node at the end of each atom node in a Branch.
Pattern.Caret - Class in java.util.regex
Node to anchor at the beginning of a line.
Pattern.Category - Class in java.util.regex
Node class that matches a Unicode category.
Pattern.CIBackRef - Class in java.util.regex
 
Pattern.Conditional - Class in java.util.regex
 
Pattern.Ctype - Class in java.util.regex
Node class that matches a POSIX type.
Pattern.Curly - Class in java.util.regex
Handles the curly-brace style repetition with a specified minimum and maximum occurrences.
Pattern.Dollar - Class in java.util.regex
Node to anchor at the end of a line or the end of input based on the multiline mode.
Pattern.Dot - Class in java.util.regex
Node class for the dot metacharacter when dotall is not enabled.
Pattern.End - Class in java.util.regex
Node to anchor at the end of input.
Pattern.First - Class in java.util.regex
Searches until the next instance of its atom.
Pattern.GroupCurly - Class in java.util.regex
Handles the curly-brace style repetition with a specified minimum and maximum occurrences in deterministic cases.
Pattern.GroupHead - Class in java.util.regex
The GroupHead saves the location where the group begins in the locals and restores them when the match is done.
Pattern.GroupRef - Class in java.util.regex
Recursive reference to a group in the regular expression.
Pattern.GroupTail - Class in java.util.regex
The GroupTail handles the setting of group beginning and ending locations when groups are successfully matched.
Pattern.HorizWS - Class in java.util.regex
Node class that matches a Perl horizontal whitespace
Pattern.LastMatch - Class in java.util.regex
Node to match the location where the last match ended.
Pattern.LastNode - Class in java.util.regex
 
Pattern.LazyLoop - Class in java.util.regex
Handles the repetition count for a reluctant Curly.
Pattern.LineEnding - Class in java.util.regex
Node class that matches a Unicode line ending '\R'
Pattern.Loop - Class in java.util.regex
Handles the repetition count for a greedy Curly.
Pattern.Neg - Class in java.util.regex
Zero width negative lookahead.
Pattern.Node - Class in java.util.regex
Base class for all node classes.
Pattern.NotBehind - Class in java.util.regex
Zero width negative lookbehind.
Pattern.NotBehindS - Class in java.util.regex
Zero width negative lookbehind, including supplementary characters or unpaired surrogates.
Pattern.Pos - Class in java.util.regex
Zero width positive lookahead.
Pattern.Prolog - Class in java.util.regex
This sets up a loop to handle a recursive quantifier structure.
Pattern.Ques - Class in java.util.regex
The 0 or 1 quantifier.
Pattern.Script - Class in java.util.regex
Node class that matches a Unicode script
Pattern.Single - Class in java.util.regex
Optimization -- matches a given BMP character
Pattern.SingleI - Class in java.util.regex
Case insensitive matches a given BMP character
Pattern.SingleS - Class in java.util.regex
Node class that matches a Supplementary Unicode character
Pattern.SingleU - Class in java.util.regex
Unicode case insensitive matches a given Unicode character
Pattern.Slice - Class in java.util.regex
Node class for a case sensitive/BMP-only sequence of literal characters.
Pattern.SliceI - Class in java.util.regex
Node class for a case_insensitive/BMP-only sequence of literal characters.
Pattern.SliceIS - Class in java.util.regex
Node class for a case insensitive sequence of literal characters including supplementary characters.
Pattern.SliceNode - Class in java.util.regex
Base class for all Slice nodes
Pattern.SliceS - Class in java.util.regex
Node class for a case sensitive sequence of literal characters including supplementary characters.
Pattern.SliceU - Class in java.util.regex
Node class for a unicode_case_insensitive/BMP-only sequence of literal characters.
Pattern.SliceUS - Class in java.util.regex
Node class for a case insensitive sequence of literal characters.
Pattern.Start - Class in java.util.regex
Used for REs that can start anywhere within the input string.
Pattern.StartS - Class in java.util.regex
 
Pattern.TreeInfo - Class in java.util.regex
Used to accumulate information about a subtree of the object graph so that optimizations can be applied to the subtree.
Pattern.UnixCaret - Class in java.util.regex
Node to anchor at the beginning of a line when in unixdot mode.
Pattern.UnixDollar - Class in java.util.regex
Node to anchor at the end of a line or the end of input based on the multiline mode when in unix lines mode.
Pattern.UnixDot - Class in java.util.regex
Node class for the dot metacharacter when dotall is not enabled but UNIX_LINES is enabled.
Pattern.Utype - Class in java.util.regex
Node class that matches a Unicode "type"
Pattern.VertWS - Class in java.util.regex
Node class that matches a Perl vertical whitespace
PatternSyntaxException - Exception in java.util.regex
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern.
PatternSyntaxException(String, String, int) - Constructor for exception java.util.regex.PatternSyntaxException
Constructs a new instance of this class.
PBQSpliterator(PriorityBlockingQueue<E>, Object[], int, int) - Constructor for class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
peek(InetAddress) - Method in class java.net.AbstractPlainDatagramSocketImpl
Peek at the packet to see who it is from.
peek(InetAddress) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peek() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
peek() - Method in class java.util.Collections.AsLIFOQueue
 
peek() - Method in class java.util.Collections.CheckedQueue
 
peek() - Method in class java.util.concurrent.ArrayBlockingQueue
 
peek() - Method in interface java.util.concurrent.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.concurrent.ConcurrentLinkedQueue
 
peek() - Method in class java.util.concurrent.DelayQueue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.concurrent.LinkedBlockingDeque
 
peek() - Method in class java.util.concurrent.LinkedBlockingQueue
 
peek() - Method in class java.util.concurrent.PriorityBlockingQueue
 
peek() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
peek() - Method in class java.util.concurrent.SynchronousQueue
Always returns null.
peek() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
peek() - Method in class java.util.PriorityQueue
 
peek() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekData(DatagramPacket) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
peekData(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peekFirst() - Method in class java.util.ArrayDeque
 
peekFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
peekFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class java.util.LinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekLast() - Method in class java.util.ArrayDeque
 
peekLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
peekLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.LinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
period - Variable in class java.util.TimerTask
Period in milliseconds for repeating tasks.
PHAGS_PA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phags-pa" Unicode character block.
PHAISTOS_DISC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phaistos Disc" Unicode character block.
PhantomReference<T> - Class in java.lang.ref
Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
PhantomReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.PhantomReference
Creates a new phantom reference that refers to the given object and is registered with the given queue.
PHOENICIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phoenician" Unicode character block.
PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phonetic Extensions" Unicode character block.
PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Phonetic Extensions Supplement" Unicode character block.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.StrictMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIPE - Static variable in class java.lang.ProcessBuilder.Redirect
Indicates that subprocess I/O will be connected to the current Java process over a pipe.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The default size of the pipe's circular input buffer.
PipedInputStream - Class in java.io
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedInputStream(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src and uses the specified pipe size for the pipe's buffer.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedInputStream(int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedOutputStream - Class in java.io
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedReader - Class in java.io
Piped character-input streams.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src.
PipedReader(PipedWriter, int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src and uses the specified pipe size for the pipe's buffer.
PipedReader() - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected.
PipedReader(int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedWriter - Class in java.io
Piped character-output streams.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Creates a piped writer connected to the specified piped reader.
PipedWriter() - Constructor for class java.io.PipedWriter
Creates a piped writer that is not yet connected to a piped reader.
PLAYING_CARDS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Playing Cards" Unicode character block.
PM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from noon to just before midnight.
poll() - Method in class java.lang.ref.ReferenceQueue
Polls this queue to see if a reference object is available.
poll() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.Collections.AsLIFOQueue
 
poll() - Method in class java.util.Collections.CheckedQueue
 
poll() - Method in class java.util.concurrent.ArrayBlockingQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
 
poll() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, or null if none are present.
poll(long, TimeUnit) - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present.
poll() - Method in class java.util.concurrent.ConcurrentLinkedQueue
 
poll() - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
poll(long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
poll() - Method in class java.util.concurrent.ExecutorCompletionService
 
poll(long, TimeUnit) - Method in class java.util.concurrent.ExecutorCompletionService
 
poll() - Method in class java.util.concurrent.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
 
poll() - Method in class java.util.concurrent.LinkedBlockingQueue
 
poll() - Method in class java.util.concurrent.PriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
 
poll() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
poll(long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time, for another thread to insert it.
poll() - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, if another thread is currently making an element available.
poll() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
poll() - Method in class java.util.PriorityQueue
 
poll() - Method in interface java.util.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
pollFirst() - Method in class java.util.ArrayDeque
 
pollFirst() - Method in class java.util.Collections.CheckedNavigableSet
 
pollFirst() - Method in class java.util.Collections.SynchronizedNavigableSet
 
pollFirst() - Method in class java.util.Collections.UnmodifiableNavigableSet
 
pollFirst(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollFirst() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
pollFirst() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
pollFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollFirst(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class java.util.LinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollFirst() - Method in interface java.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst() - Method in class java.util.TreeMap.KeySet
 
pollFirst() - Method in class java.util.TreeSet
pollFirstEntry() - Method in class java.util.Collections.CheckedNavigableMap
 
pollFirstEntry() - Method in class java.util.Collections.SynchronizedNavigableMap
 
pollFirstEntry() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
pollFirstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
pollFirstEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.TreeMap.NavigableSubMap
 
pollFirstEntry() - Method in class java.util.TreeMap
pollLast() - Method in class java.util.ArrayDeque
 
pollLast() - Method in class java.util.Collections.CheckedNavigableSet
 
pollLast() - Method in class java.util.Collections.SynchronizedNavigableSet
 
pollLast() - Method in class java.util.Collections.UnmodifiableNavigableSet
 
pollLast(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollLast() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
pollLast() - Method in class java.util.concurrent.ConcurrentSkipListSet
 
pollLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollLast(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
 
pollLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class java.util.LinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pollLast() - Method in interface java.util.NavigableSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast() - Method in class java.util.TreeMap.KeySet
 
pollLast() - Method in class java.util.TreeSet
pollLastEntry() - Method in class java.util.Collections.CheckedNavigableMap
 
pollLastEntry() - Method in class java.util.Collections.SynchronizedNavigableMap
 
pollLastEntry() - Method in class java.util.Collections.UnmodifiableNavigableMap
 
pollLastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
pollLastEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.TreeMap.NavigableSubMap
 
pollLastEntry() - Method in class java.util.TreeMap
pop() - Method in class java.util.ArrayDeque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.concurrent.LinkedBlockingDeque
pop() - Method in interface java.util.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.LinkedList
Pops an element from the stack represented by this list.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
port - Variable in class java.net.DatagramPacket
 
port - Variable in class java.net.SocketImpl
The port number on the remote host to which this socket is connected.
PortUnreachableException - Exception in java.net
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
Constructs a new PortUnreachableException with a detail message.
PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
Construct a new PortUnreachableException with no detailed message.
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos - Variable in class java.io.CharArrayReader
The current buffer position.
pos - Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pos - Variable in class java.io.StringBufferInputStream
Deprecated.
The index of the next character to read from the input stream buffer.
Pos(Pattern.Node) - Constructor for class java.util.regex.Pattern.Pos
 
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the positive infinity of type float.
POSSESSIVE - Static variable in class java.util.regex.Pattern
 
postAccept() - Method in class java.net.Socket
set the flags after an accept() call.
pow(double, double) - Static method in class java.lang.Math
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.StrictMath
Returns the value of the first argument raised to the power of the second argument.
powerOfTwoD(int) - Static method in class java.lang.Math
Returns a floating-point power of two in the normal range.
powerOfTwoF(int) - Static method in class java.lang.Math
Returns a floating-point power of two in the normal range.
PRC - Static variable in class java.util.Locale
Useful constant for country.
predecessor() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Returns previous node, or throws NullPointerException if null.
predecessor() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Returns previous node, or throws NullPointerException if null.
predecessor(TreeMap.Entry<K, V>) - Static method in class java.util.TreeMap
Returns the predecessor of the specified Entry, or null if no such.
preferenceChange(PreferenceChangeEvent) - Method in interface java.util.prefs.PreferenceChangeListener
This method gets called when a preference is added, removed or when its value is changed.
PreferenceChangeEvent - Class in java.util.prefs
An event emitted by a Preferences node to indicate that a preference has been added, removed or has had its value changed.
PreferenceChangeEvent(Preferences, String, String) - Constructor for class java.util.prefs.PreferenceChangeEvent
Constructs a new PreferenceChangeEvent instance.
PreferenceChangeListener - Interface in java.util.prefs
A listener for receiving preference change events.
Preferences - Class in java.util.prefs
A node in a hierarchical collection of preference data.
Preferences() - Constructor for class java.util.prefs.Preferences
Sole constructor.
PreferencesFactory - Interface in java.util.prefs
A factory object that generates Preferences objects.
preferIPv6Address - Static variable in class java.net.InetAddress
 
prefixLength(String) - Method in class java.io.FileSystem
Compute the length of this pathname string's prefix.
prefListeners() - Method in class java.util.prefs.AbstractPreferences
Return this node's preference/node change listeners.
prestartAllCoreThreads() - Method in class java.util.concurrent.ThreadPoolExecutor
Starts all core threads, causing them to idly wait for work.
prestartCoreThread() - Method in class java.util.concurrent.ThreadPoolExecutor
Starts a core thread, causing it to idly wait for work.
prev - Variable in class java.util.concurrent.ConcurrentHashMap.TreeNode
 
prev - Variable in class java.util.concurrent.LinkedBlockingDeque.Node
One of: - the real predecessor Node - this Node, meaning the predecessor is tail - null, meaning there is no predecessor
prev - Variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Link to predecessor node that current node/thread relies on for checking waitStatus.
prev - Variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Link to predecessor node that current node/thread relies on for checking waitStatus.
prev - Variable in class java.util.HashMap.TreeNode
 
prevEntry() - Method in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
prevEntry() - Method in class java.util.TreeMap.PrivateEntryIterator
 
previous() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list and moves the cursor position backwards.
previous() - Method in class java.util.Vector.ListItr
 
previousClearBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousIndex() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
 
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.previous().
previousIndex() - Method in class java.util.Vector.ListItr
 
previousSetBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
print(boolean) - Method in class java.io.PrintStream
Prints a boolean value.
print(char) - Method in class java.io.PrintStream
Prints a character.
print(int) - Method in class java.io.PrintStream
Prints an integer.
print(long) - Method in class java.io.PrintStream
Prints a long integer.
print(float) - Method in class java.io.PrintStream
Prints a floating-point number.
print(double) - Method in class java.io.PrintStream
Prints a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintStream
Prints an array of characters.
print(String) - Method in class java.io.PrintStream
Prints a string.
print(Object) - Method in class java.io.PrintStream
Prints an object.
print(boolean) - Method in class java.io.PrintWriter
Prints a boolean value.
print(char) - Method in class java.io.PrintWriter
Prints a character.
print(int) - Method in class java.io.PrintWriter
Prints an integer.
print(long) - Method in class java.io.PrintWriter
Prints a long integer.
print(float) - Method in class java.io.PrintWriter
Prints a floating-point number.
print(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintWriter
Prints an array of characters.
print(String) - Method in class java.io.PrintWriter
Prints a string.
print(Object) - Method in class java.io.PrintWriter
Prints an object.
printf(String, Object...) - Method in class java.io.Console
A convenience method to write a formatted string to this console's output stream using the specified format string and arguments.
printf(String, Object...) - Method in class java.io.PrintStream
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
printf(Locale, String, Object...) - Method in class java.io.PrintStream
A convenience method to write a formatted string to this output stream using the specified format string and arguments.
printf(String, Object...) - Method in class java.io.PrintWriter
A convenience method to write a formatted string to this writer using the specified format string and arguments.
printf(Locale, String, Object...) - Method in class java.io.PrintWriter
A convenience method to write a formatted string to this writer using the specified format string and arguments.
println() - Method in class java.io.PrintStream
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Prints a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Prints a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Prints an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Prints a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Prints a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Prints a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Prints an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Prints a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Prints an Object and then terminate the line.
println() - Method in class java.io.PrintWriter
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Prints a boolean value and then terminates the line.
println(char) - Method in class java.io.PrintWriter
Prints a character and then terminates the line.
println(int) - Method in class java.io.PrintWriter
Prints an integer and then terminates the line.
println(long) - Method in class java.io.PrintWriter
Prints a long integer and then terminates the line.
println(float) - Method in class java.io.PrintWriter
Prints a floating-point number and then terminates the line.
println(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number and then terminates the line.
println(char[]) - Method in class java.io.PrintWriter
Prints an array of characters and then terminates the line.
println(String) - Method in class java.io.PrintWriter
Prints a String and then terminates the line.
println(Object) - Method in class java.io.PrintWriter
Prints an Object and then terminates the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print writer.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name.
PrintStream(String, String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file name and charset.
PrintStream(File) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file.
PrintStream(File, String) - Constructor for class java.io.PrintStream
Creates a new print stream, without automatic line flushing, with the specified file and charset.
PrintWriter - Class in java.io
Prints formatted representations of objects to a text-output stream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter from an existing OutputStream.
PrintWriter(String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name.
PrintWriter(String, String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file name and charset.
PrintWriter(File) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file.
PrintWriter(File, String) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, with the specified file and charset.
PriorityBlockingQueue<E> - Class in java.util.concurrent
An unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking retrieval operations.
PriorityBlockingQueue() - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityBlockingQueue(int) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityBlockingQueue(int, Comparator<? super E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
Creates a PriorityBlockingQueue containing the elements in the specified collection.
PriorityBlockingQueue.Itr - Class in java.util.concurrent
Snapshot iterator that works off copy of underlying q array.
PriorityBlockingQueue.PBQSpliterator<E> - Class in java.util.concurrent
 
PriorityQueue<E> - Class in java.util
An unbounded priority queue based on a priority heap.
PriorityQueue() - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity (11) that orders its elements according to their natural ordering.
PriorityQueue(int) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to their natural ordering.
PriorityQueue(Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the default initial capacity and whose elements are ordered according to the specified comparator.
PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue with the specified initial capacity that orders its elements according to the specified comparator.
PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified collection.
PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified priority queue.
PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
Creates a PriorityQueue containing the elements in the specified sorted set.
PriorityQueue.PriorityQueueSpliterator<E> - Class in java.util
 
PriorityQueueSpliterator(PriorityQueue<E>, int, int, int) - Constructor for class java.util.PriorityQueue.PriorityQueueSpliterator
Creates new spliterator covering the given range
PRIVATE - Static variable in class java.lang.reflect.Modifier
The int value representing the private modifier.
PRIVATE_USE - Static variable in class java.lang.Character
General category "Co" in the Unicode specification.
PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Private Use Area" Unicode character block.
PRIVATE_USE_EXTENSION - Static variable in class java.util.Locale
The key for the private use extension ('x').
PrivateEntryIterator(TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.PrivateEntryIterator
 
privilegedCallable(Callable<T>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that will, when called, execute the given callable under the current access control context.
PrivilegedCallable(Callable<T>) - Constructor for class java.util.concurrent.Executors.PrivilegedCallable
 
privilegedCallableUsingCurrentClassLoader(Callable<T>) - Static method in class java.util.concurrent.Executors
Returns a Callable object that will, when called, execute the given callable under the current access control context, with the current context class loader as the context class loader.
PrivilegedCallableUsingCurrentClassLoader(Callable<T>) - Constructor for class java.util.concurrent.Executors.PrivilegedCallableUsingCurrentClassLoader
 
privilegedThreadFactory() - Static method in class java.util.concurrent.Executors
Returns a thread factory used to create new threads that have the same permissions as the current thread.
PrivilegedThreadFactory() - Constructor for class java.util.concurrent.Executors.PrivilegedThreadFactory
 
Process - Class in java.lang
The ProcessBuilder.start() and Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
Process() - Constructor for class java.lang.Process
 
ProcessBuilder - Class in java.lang
This class is used to create operating system processes.
ProcessBuilder(List<String>) - Constructor for class java.lang.ProcessBuilder
Constructs a process builder with the specified operating system program and arguments.
ProcessBuilder(String...) - Constructor for class java.lang.ProcessBuilder
Constructs a process builder with the specified operating system program and arguments.
ProcessBuilder.NullInputStream - Class in java.lang
Implements a null input stream.
ProcessBuilder.NullOutputStream - Class in java.lang
Implements a null output stream.
ProcessBuilder.Redirect - Class in java.lang
Represents a source of subprocess input or a destination of subprocess output.
ProcessBuilder.Redirect.Type - Enum in java.lang
The type of a ProcessBuilder.Redirect.
processQueue(ReferenceQueue<Class<?>>, ConcurrentMap<? extends WeakReference<Class<?>>, ?>) - Static method in class java.io.ObjectStreamClass
Removes from the specified map any keys that have been enqueued on the specified reference queue.
processQueue(ReferenceQueue<Class<?>>, ConcurrentMap<? extends WeakReference<Class<?>>, ?>) - Static method in class java.lang.Thread
Removes from the specified map any keys that have been enqueued on the specified reference queue.
Prolog(Pattern.Loop) - Constructor for class java.util.regex.Pattern.Prolog
 
PROPAGATE - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
waitStatus value to indicate the next acquireShared should unconditionally propagate
PROPAGATE - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
waitStatus value to indicate the next acquireShared should unconditionally propagate
Properties - Class in java.util
The Properties class represents a persistent set of properties.
Properties() - Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
Properties.LineReader - Class in java.util
 
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
PropertyPermission - Class in java.util
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PropertyPermissionCollection - Class in java.util
A PropertyPermissionCollection stores a set of PropertyPermission permissions.
PropertyPermissionCollection() - Constructor for class java.util.PropertyPermissionCollection
Create an empty PropertyPermissionCollection object.
PropertyResourceBundle - Class in java.util
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle from an InputStream.
PropertyResourceBundle(Reader) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle from a Reader.
PROTECTED - Static variable in class java.lang.reflect.Modifier
The int value representing the protected modifier.
PROTO_VERS - Static variable in interface java.net.SocksConsts
 
PROTO_VERS4 - Static variable in interface java.net.SocksConsts
 
PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
ProtocolException - Exception in java.net
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException(String) - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
ProtocolException() - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
Proxy - Class in java.lang.reflect
Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
Proxy(InvocationHandler) - Constructor for class java.lang.reflect.Proxy
Constructs a new Proxy instance from a subclass (typically, a dynamic proxy class) with the specified value for its invocation handler.
Proxy - Class in java.net
This class represents a proxy setting, typically a type (http, socks) and a socket address.
Proxy(Proxy.Type, SocketAddress) - Constructor for class java.net.Proxy
Creates an entry representing a PROXY connection.
Proxy.Type - Enum in java.net
Represents the proxy type.
ProxySelector - Class in java.net
Selects the proxy server to use, if any, when connecting to the network resource referenced by a URL.
ProxySelector() - Constructor for class java.net.ProxySelector
 
PUBLIC - Static variable in interface java.lang.reflect.Member
Identifies the set of all public members of a class or interface, including inherited members.
PUBLIC - Static variable in class java.lang.reflect.Modifier
The int value representing the public modifier.
publish(LogRecord) - Method in class java.util.logging.ConsoleHandler
Publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.FileHandler
Format and publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.Handler
Publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.MemoryHandler
Store a LogRecord in an internal buffer.
publish(LogRecord) - Method in class java.util.logging.SocketHandler
Format and publish a LogRecord.
publish(LogRecord) - Method in class java.util.logging.StreamHandler
Format and publish a LogRecord.
PUNCT - Static variable in class java.util.regex.ASCII
 
purge() - Method in class java.util.concurrent.ThreadPoolExecutor
Tries to remove from the work queue all Future tasks that have been cancelled.
purge() - Method in class java.util.Timer
Removes all cancelled tasks from this timer's task queue.
push(E) - Method in class java.util.ArrayDeque
Pushes an element onto the stack represented by this deque.
push(E) - Method in interface java.util.concurrent.BlockingDeque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.concurrent.LinkedBlockingDeque
push(E) - Method in interface java.util.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.LinkedList
Pushes an element onto the stack represented by this list.
push() - Method in class java.util.logging.MemoryHandler
Push any buffered output to the target Handler.
push(E) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushBack - Variable in class java.io.LineNumberInputStream
Deprecated.
 
pushBack() - Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream - Class in java.io
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
PushbackReader - Class in java.io
A character-stream reader that allows characters to be pushed back into the stream.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
Creates a new pushback reader with a pushback buffer of the given size.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
Creates a new pushback reader with a one-character pushback buffer.
put(String, String) - Method in class java.io.ExpiringCache
 
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named boolean field into the persistent field.
put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named byte field into the persistent field.
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named char field into the persistent field.
put(String, short) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named short field into the persistent field.
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named int field into the persistent field.
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named long field into the persistent field.
put(String, float) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named float field into the persistent field.
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double field into the persistent field.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object field into the persistent field.
put(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
Sets all the applicable cookies, examples are response header fields that are named Set-Cookie2, present in the response headers into a cookie cache.
put(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
 
put(String, InetAddress[]) - Method in class java.net.InetAddress.Cache
Add an entry to the cache.
put(URI, URLConnection) - Method in class java.net.ResponseCache
The protocol handler calls this method after a resource has been retrieved, and the ResponseCache must decide whether or not to store the resource in its cache.
put(K, V) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue, waiting for space to become available if the queue is full.
put(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting if necessary for space to become available.
put(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue, waiting if necessary for space to become available.
put(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
put(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
put(E) - Method in class java.util.concurrent.LinkedBlockingDeque
put(E) - Method in class java.util.concurrent.LinkedBlockingQueue
Inserts the specified element at the tail of this queue, waiting if necessary for space to become available.
put(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
put(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
put(E) - Method in class java.util.concurrent.SynchronousQueue
Adds the specified element to this queue, waiting if necessary for another thread to receive it.
put(K, V) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(K, V) - Method in class java.util.EnumMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in class java.util.IdentityHashMap
Associates the specified value with the specified key in this identity hash map.
put(K, V) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the put method as per the specification in Preferences.put(String,String).
put(String, String) - Method in class java.util.prefs.Preferences
Associates the specified value with the specified key in this preference node.
put(K, V) - Method in class java.util.TreeMap.NavigableSubMap
 
put(K, V) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Copies all of the mappings from the specified map
to this one.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.EnumMap
Copies all of the mappings from the specified map
to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies all of the mappings from the specified map to this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map
to this map.
putBoolean(byte[], int, boolean) - Static method in class java.io.Bits
 
putBoolean(String, boolean) - Method in class java.util.prefs.AbstractPreferences
Implements the putBoolean method as per the specification in Preferences.putBoolean(String,boolean).
putBoolean(String, boolean) - Method in class java.util.prefs.Preferences
Associates a string representing the specified boolean value with the specified key in this preference node.
putByteArray(String, byte[]) - Method in class java.util.prefs.AbstractPreferences
Implements the putByteArray method as per the specification in Preferences.putByteArray(String,byte[]).
putByteArray(String, byte[]) - Method in class java.util.prefs.Preferences
Associates a string representing the specified byte array with the specified key in this preference node.
putChar(byte[], int, char) - Static method in class java.io.Bits
 
putDouble(byte[], int, double) - Static method in class java.io.Bits
 
putDouble(String, double) - Method in class java.util.prefs.AbstractPreferences
Implements the putDouble method as per the specification in Preferences.putDouble(String,double).
putDouble(String, double) - Method in class java.util.prefs.Preferences
Associates a string representing the specified double value with the specified key in this preference node.
PutField() - Constructor for class java.io.ObjectOutputStream.PutField
 
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.
putFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque, waiting if necessary for space to become available.
putFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
putFloat(byte[], int, float) - Static method in class java.io.Bits
 
putFloat(String, float) - Method in class java.util.prefs.AbstractPreferences
Implements the putFloat method as per the specification in Preferences.putFloat(String,float).
putFloat(String, float) - Method in class java.util.prefs.Preferences
Associates a string representing the specified float value with the specified key in this preference node.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in interface java.util.concurrent.ConcurrentMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
If the specified key is not already associated with a value, associate it with the given value.
putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
putIfAbsent(K, V) - Method in class java.util.HashMap
 
putIfAbsent(K, V) - Method in class java.util.Hashtable
 
putIfAbsent(K, V) - Method in interface java.util.Map
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIndex - Variable in class java.util.concurrent.ArrayBlockingQueue
items index for next put, offer, or add
putInt(byte[], int, int) - Static method in class java.io.Bits
 
putInt(String, int) - Method in class java.util.prefs.AbstractPreferences
Implements the putInt method as per the specification in Preferences.putInt(String,int).
putInt(String, int) - Method in class java.util.prefs.Preferences
Associates a string representing the specified int value with the specified key in this preference node.
putLast(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the end of this deque, waiting if necessary for space to become available.
putLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
putLong(byte[], int, long) - Static method in class java.io.Bits
 
putLong(String, long) - Method in class java.util.prefs.AbstractPreferences
Implements the putLong method as per the specification in Preferences.putLong(String,long).
putLong(String, long) - Method in class java.util.prefs.Preferences
Associates a string representing the specified long value with the specified key in this preference node.
putMapEntries(Map<? extends K, ? extends V>, boolean) - Method in class java.util.HashMap
Implements Map.putAll and Map constructor
putNextEntry(ZipEntry) - Method in class java.util.zip.ZipOutputStream
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.
putShort(byte[], int, short) - Static method in class java.io.Bits
 
putSpi(String, String) - Method in class java.util.prefs.AbstractPreferences
Put the given key-value association into this preference node.
putTreeVal(int, K, V) - Method in class java.util.concurrent.ConcurrentHashMap.TreeBin
Finds or adds a node.
putTreeVal(HashMap<K, V>, HashMap.Node<K, V>[], int, K, V) - Method in class java.util.HashMap.TreeNode
Tree version of putVal.
putVal(K, V, boolean) - Method in class java.util.concurrent.ConcurrentHashMap
Implementation for put and putIfAbsent
putVal(int, K, V, boolean, boolean) - Method in class java.util.HashMap
Implements Map.put and related methods

Q

QNode(Object, boolean) - Constructor for class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
query - Variable in class java.net.Parts
 
Ques(Pattern.Node, int) - Constructor for class java.util.regex.Pattern.Ques
 
queue - Variable in class java.lang.ref.Reference
 
queue - Variable in class java.util.Collections.CheckedQueue
 
queue - Variable in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
queue - Variable in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
queue - Variable in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
queue - Variable in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
queue - Variable in class java.util.PriorityQueue
Priority queue represented as a balanced binary heap: the two children of queue[n] are queue[2*n+1] and queue[2*(n+1)].
Queue<E> - Interface in java.util
A collection designed for holding elements prior to processing.
queueIsEmpty() - Method in class java.util.concurrent.ArrayBlockingQueue.Itrs
Called whenever the queue becomes empty.
quickRemove(int) - Method in class java.util.TaskQueue
Removes the ith element from queue without regard for maintaining the heap invariant.
quote(String) - Static method in class java.util.regex.Pattern
Returns a literal pattern String for the specified String.
quoteChar(int) - Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.
quoteReplacement(String) - Static method in class java.util.regex.Matcher
Returns a literal replacement String for the specified String.

R

radix() - Method in class java.util.Scanner
Returns this scanner's default radix.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
Random.RandomDoublesSpliterator - Class in java.util
Spliterator for double streams.
Random.RandomIntsSpliterator - Class in java.util
Spliterator for int streams.
Random.RandomLongsSpliterator - Class in java.util
Spliterator for long streams.
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessSubList<E> - Class in java.util
 
RandomAccessSubList(AbstractList<E>, int, int) - Constructor for class java.util.RandomAccessSubList
 
RandomDoublesSpliterator(Random, long, long, double, double) - Constructor for class java.util.Random.RandomDoublesSpliterator
 
RandomIntsSpliterator(Random, long, long, int, int) - Constructor for class java.util.Random.RandomIntsSpliterator
 
RandomLongsSpliterator(Random, long, long, long, long) - Constructor for class java.util.Random.RandomLongsSpliterator
 
randomUUID() - Static method in class java.util.UUID
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
range(E, E) - Static method in class java.util.EnumSet
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Reads a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Reads characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Reads characters into a portion of an array.
read(char[], int, int) - Method in class java.io.Console.LineReader
 
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterReader
Reads a single character.
read(char[], int, int) - Method in class java.io.FilterReader
Reads characters into a portion of an array.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read() - Method in class java.io.LineNumberInputStream
Deprecated.
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated.
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.LineNumberReader
Read a single character.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.PushbackReader
Reads a single character.
read(char[], int, int) - Method in class java.io.PushbackReader
Reads characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(CharBuffer) - Method in class java.io.Reader
Attempts to read characters into the specified character buffer.
read() - Method in class java.io.Reader
Reads a single character.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringBufferInputStream
Deprecated.
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Deprecated.
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Reads a single character.
read(char[], int, int) - Method in class java.io.StringReader
Reads characters into a portion of an array.
read() - Method in class java.lang.ProcessBuilder.NullInputStream
 
read(CharBuffer) - Method in interface java.lang.Readable
Attempts to read characters into the specified character buffer.
read(byte[]) - Method in class java.net.SocketInputStream
Reads into a byte array data from the socket.
read(byte[], int, int) - Method in class java.net.SocketInputStream
Reads into a byte array b at offset off, length bytes of data.
read(byte[], int, int, int) - Method in class java.net.SocketInputStream
 
read() - Method in class java.net.SocketInputStream
Reads a single byte from the socket.
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read() - Method in class java.util.zip.DeflaterInputStream
Reads a single byte of compressed data from the input stream.
read(byte[], int, int) - Method in class java.util.zip.DeflaterInputStream
Reads compressed data into a byte array.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
Readable - Interface in java.lang
A Readable is a source of characters.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readChar() - Method in interface java.io.DataInput
Reads two input bytes and returns a char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar() - Method in class java.io.RandomAccessFile
Reads a character from this file.
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readConfiguration() - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration.
readConfiguration(InputStream) - Method in class java.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration from the given stream, which should be in java.util.Properties format.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
reader() - Method in class java.io.Console
Retrieves the unique Reader object associated with this console.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the given object.
READER - Static variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
reader - Variable in class java.util.Properties.LineReader
 
readerShouldBlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.FairSync
 
readerShouldBlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.NonfairSync
 
readerShouldBlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Returns true if the current thread, when trying to acquire the read lock, and otherwise eligible to do so, should block because of policy for overtaking other waiting threads.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFields() - Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Reads bytes,
blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads bytes,
blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine(boolean) - Method in class java.io.BufferedReader
Reads a line of text.
readLine() - Method in class java.io.BufferedReader
Reads a line of text.
readLine(String, Object...) - Method in class java.io.Console
Provides a formatted prompt, then reads a single line of text from the console.
readLine() - Method in class java.io.Console
Reads a single line of text from the console.
readLine() - Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() - Method in class java.io.DataInputStream
Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
readLine() - Method in class java.io.LineNumberReader
Read a line of text.
readLine() - Method in class java.io.ObjectInputStream
Deprecated.
This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLine() - Method in class java.util.Properties.LineReader
 
readLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
Returns the lock used for reading.
readLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
 
ReadLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Constructor for use by subclasses
*
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readNonProxy(ObjectInputStream) - Method in class java.io.ObjectStreamClass
Reads non-proxy class descriptor information from given input stream.
readObject() - Method in interface java.io.ObjectInput
Read and return an object.
readObject() - Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readObjectOverride() - Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
readPassword(String, Object...) - Method in class java.io.Console
Provides a formatted prompt, then reads a password or passphrase from the console with echoing disabled.
readPassword() - Method in class java.io.Console
Reads a password or passphrase from the console with echoing disabled
*
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readSide - Variable in class java.io.PipedInputStream
 
readSide - Variable in class java.io.PipedReader
 
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readTreeSet(int, ObjectInputStream, V) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.readObject
readTypeString() - Method in class java.io.ObjectInputStream
Reads string without allowing it to be replaced in stream.
readUnshared() - Method in class java.io.ObjectInputStream
Reads an "unshared" object from the ObjectInputStream.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.ObjectInputStream
Reads a String in modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
ReadWriteLock - Interface in java.util.concurrent.locks
A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing.
ready() - Method in class java.io.BufferedReader
Tells whether this stream is ready
to be read.
ready() - Method in class java.io.CharArrayReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.Console.LineReader
 
ready() - Method in class java.io.FilterReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tells whether this stream is ready to be read.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receive(byte[], int, int) - Method in class java.io.PipedInputStream
Receives data into an array of bytes.
receive(int) - Method in class java.io.PipedReader
Receives a char of data.
receive(char[], int, int) - Method in class java.io.PipedReader
Receives data into an array of characters.
receive(DatagramPacket) - Method in class java.net.AbstractPlainDatagramSocketImpl
Receive the datagram packet.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive0(DatagramPacket) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
receivedLast() - Method in class java.io.PipedInputStream
Notifies all waiting threads that the last byte of data has been received.
receivedLast() - Method in class java.io.PipedReader
Notifies all waiting threads that the last character of data has been received.
red - Variable in class java.util.concurrent.ConcurrentHashMap.TreeNode
 
red - Variable in class java.util.HashMap.TreeNode
 
redefineClasses(ClassDefinition...) - Method in interface java.lang.instrument.Instrumentation
Redefine the supplied set of classes using the supplied class files.
redirectError(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard error destination.
redirectError(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard error destination to a file.
redirectError() - Method in class java.lang.ProcessBuilder
Returns this process builder's standard error destination.
redirectErrorStream() - Method in class java.lang.ProcessBuilder
Tells whether this process builder merges standard error and standard output.
redirectErrorStream(boolean) - Method in class java.lang.ProcessBuilder
Sets this process builder's redirectErrorStream property.
redirectInput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard input source.
redirectInput(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard input source to a file.
redirectInput() - Method in class java.lang.ProcessBuilder
Returns this process builder's standard input source.
redirectOutput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard output destination.
redirectOutput(File) - Method in class java.lang.ProcessBuilder
Sets this process builder's standard output destination to a file.
redirectOutput() - Method in class java.lang.ProcessBuilder
Returns this process builder's standard output destination.
reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
ReduceEntriesTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.ReduceEntriesTask<K, V>, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
ReduceKeysTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.ReduceKeysTask<K, V>, BiFunction<? super K, ? super K, ? extends K>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reducePermits(int) - Method in class java.util.concurrent.Semaphore
Shrinks the number of available permits by the indicated reduction.
reducePermits(int) - Method in class java.util.concurrent.Semaphore.Sync
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
reducer - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
ReduceValuesTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], ConcurrentHashMap.ReduceValuesTask<K, V>, BiFunction<? super V, ? super V, ? extends V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
ReentrantLock - Class in java.util.concurrent.locks
A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities.
ReentrantLock() - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock.
ReentrantLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantLock
Creates an instance of ReentrantLock with the given fairness policy.
ReentrantLock.FairSync - Class in java.util.concurrent.locks
Sync object for fair locks
ReentrantLock.NonfairSync - Class in java.util.concurrent.locks
Sync object for non-fair locks
ReentrantLock.Sync - Class in java.util.concurrent.locks
Base of synchronization control for this lock.
ReentrantReadWriteLock - Class in java.util.concurrent.locks
An implementation of ReadWriteLock supporting similar semantics to ReentrantLock.
ReentrantReadWriteLock() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with default (nonfair) ordering properties.
ReentrantReadWriteLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
Creates a new ReentrantReadWriteLock with the given fairness policy.
ReentrantReadWriteLock.FairSync - Class in java.util.concurrent.locks
Fair version of Sync
ReentrantReadWriteLock.NonfairSync - Class in java.util.concurrent.locks
Nonfair version of Sync
ReentrantReadWriteLock.ReadLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.readLock().
ReentrantReadWriteLock.Sync - Class in java.util.concurrent.locks
Synchronization implementation for ReentrantReadWriteLock.
ReentrantReadWriteLock.Sync.HoldCounter - Class in java.util.concurrent.locks
A counter for per-thread read hold counts.
ReentrantReadWriteLock.Sync.ThreadLocalHoldCounter - Class in java.util.concurrent.locks
ThreadLocal subclass.
ReentrantReadWriteLock.WriteLock - Class in java.util.concurrent.locks
The lock returned by method ReentrantReadWriteLock.writeLock().
reExecutePeriodic(RunnableScheduledFuture<?>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Requeues a periodic task unless current run state precludes it.
ref - Variable in class java.net.Parts
 
Reference<T> - Class in java.lang.ref
Abstract base class for reference objects.
Reference(T) - Constructor for class java.lang.ref.Reference
 
Reference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.Reference
 
ReferenceQueue<T> - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
ReflectAccess - Class in java.lang.reflect
Package-private class implementing the sun.reflect.LangReflectAccess interface, allowing the java.lang package to instantiate objects in this package.
ReflectAccess() - Constructor for class java.lang.reflect.ReflectAccess
 
reflectionFactory - Static variable in class java.lang.reflect.AccessibleObject
 
ReflectPermission - Class in java.lang.reflect
The Permission class for reflective operations.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
region(int, int) - Method in class java.util.regex.Matcher
Sets the limits of this matcher's region.
regionEnd() - Method in class java.util.regex.Matcher
Reports the end index (exclusive) of this matcher's region.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionStart() - Method in class java.util.regex.Matcher
Reports the start index of this matcher's region.
register(Object) - Static method in class java.lang.ref.Finalizer
 
register(ArrayBlockingQueue<E>.Itr) - Method in class java.util.concurrent.ArrayBlockingQueue.Itrs
Adds a new iterator to the linked list of tracked iterators.
registerAsParallelCapable() - Static method in class java.lang.ClassLoader
Registers the caller as parallel capable.
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
RegularEnumSet<E extends Enum<E>> - Class in java.util
Private implementation class for EnumSet, for "regular sized" enum types (i.e., those with 64 or fewer enum constants).
RegularEnumSet(Class<E>, Enum<?>[]) - Constructor for class java.util.RegularEnumSet
 
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
reinitialize() - Method in class java.util.HashMap
Reset to initial default state.
reinitialize() - Method in class java.util.LinkedHashMap
 
REJANG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rejang" Unicode character block.
reject(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Invokes the rejected execution handler for the given command.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface java.util.concurrent.RejectedExecutionHandler
Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Always throws RejectedExecutionException.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
Obtains and ignores the next task that the executor would otherwise execute, if one is immediately available, and then retries execution of task r, unless the executor is shut down, in which case task r is instead discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
Does nothing, which has the effect of discarding task r.
RejectedExecutionException - Exception in java.util.concurrent
Exception thrown by an Executor when a task cannot be accepted for execution.
RejectedExecutionException() - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with no detail message.
RejectedExecutionException(String) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message.
RejectedExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message and cause.
RejectedExecutionException(Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified cause.
RejectedExecutionHandler - Interface in java.util.concurrent
A handler for tasks that cannot be executed by a ThreadPoolExecutor.
relativize(URI) - Method in class java.net.URI
Relativizes the given URI against this URI.
release(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Releases in exclusive mode.
release(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Releases in exclusive mode.
release() - Method in class java.util.concurrent.Semaphore
Releases a permit, returning it to the semaphore.
release(int) - Method in class java.util.concurrent.Semaphore
Releases the given number of permits, returning them to the semaphore.
releaseFD() - Method in class java.net.AbstractPlainSocketImpl
 
releaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Releases in shared mode.
releaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Releases in shared mode.
reload() - Method in class java.util.ServiceLoader
Clear this loader's provider cache so that all providers will be reloaded.
remainderUnsigned(int, int) - Static method in class java.lang.Integer
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remainderUnsigned(long, long) - Static method in class java.lang.Long
Returns the unsigned remainder from dividing the first argument by the second where each argument and the result is interpreted as an unsigned value.
remainingCapacity() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in interface java.util.concurrent.BlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking, or Integer.MAX_VALUE if there is no intrinsic limit.
remainingCapacity() - Method in class java.util.concurrent.DelayQueue
Always returns Integer.MAX_VALUE because a DelayQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of additional elements that this deque can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of additional elements that this queue can ideally (in the absence of memory or resource constraints) accept without blocking.
remainingCapacity() - Method in class java.util.concurrent.PriorityBlockingQueue
Always returns Integer.MAX_VALUE because a PriorityBlockingQueue is not capacity constrained.
remainingCapacity() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
remainingCapacity() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
remove(Thread) - Static method in class java.lang.ApplicationShutdownHooks
 
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one becomes available.
remove() - Method in class java.lang.ThreadLocal
Removes the current thread's
value for this thread-local variable.
remove(URI, HttpCookie) - Method in interface java.net.CookieStore
Remove a cookie from store.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for a key from this map if it is present (optional operation).
remove() - Method in class java.util.AbstractQueue
Retrieves and removes the head of this queue.
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.ArrayDeque
Removes a single instance of the specified element from this deque.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.ArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() - Method in class java.util.Collections.AsLIFOQueue
 
remove(Object) - Method in class java.util.Collections.AsLIFOQueue
 
remove(Object) - Method in class java.util.Collections.CheckedCollection
 
remove(int) - Method in class java.util.Collections.CheckedList
 
remove() - Method in class java.util.Collections.CheckedQueue
 
remove(Object) - Method in class java.util.Collections.SynchronizedCollection
 
remove(int) - Method in class java.util.Collections.SynchronizedList
 
remove(Object) - Method in class java.util.Collections.UnmodifiableCollection
 
remove(int) - Method in class java.util.Collections.UnmodifiableList
 
remove(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in interface java.util.concurrent.BlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in class java.util.concurrent.ConcurrentHashMap.BaseIterator
 
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentHashMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object, Object) - Method in interface java.util.concurrent.ConcurrentMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
remove() - Method in class java.util.concurrent.ConcurrentSkipListMap.Iter
 
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
Removes the entry for a key only if currently mapped to a given value.
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
remove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
remove() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes the specified element from this set if it is present.
remove() - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
Not supported.
remove(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.concurrent.DelayQueue
Removes a single instance of the specified element from this queue, if it is present, whether or not it has expired.
remove() - Method in class java.util.concurrent.LinkedBlockingDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in class java.util.concurrent.PriorityBlockingQueue.Itr
 
remove(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
remove(Object) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
remove(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
Removes this task from the executor's internal queue if it is present, thus causing it not to be run if it has not already started.
remove() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.EnumMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.HashMap.EntrySet
 
remove() - Method in class java.util.HashMap.HashIterator
 
remove(Object) - Method in class java.util.HashMap.KeySet
 
remove(Object) - Method in class java.util.HashMap
Removes the mapping for the specified key from this map if present.
remove(Object, Object) - Method in class java.util.HashMap
 
remove(Object) - Method in class java.util.HashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object, Object) - Method in class java.util.Hashtable
 
remove(Object) - Method in class java.util.IdentityHashMap
Removes the mapping for this key from this map if present.
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(Object) - Method in class java.util.JumboEnumSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
remove() - Method in class java.util.LinkedHashMap.LinkedHashIterator
 
remove(Object) - Method in class java.util.LinkedHashMap.LinkedKeySet
 
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by ListIterator.next() or ListIterator.previous() (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for a key from this map if it is present (optional operation).
remove(Object, Object) - Method in interface java.util.Map
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(String) - Method in class java.util.prefs.AbstractPreferences
Implements the remove(String) method as per the specification in Preferences.remove(String).
remove(String) - Method in class java.util.prefs.Preferences
Removes the value associated with the specified key in this preference node, if any.
remove(Object) - Method in class java.util.PriorityQueue
Removes a single instance of the specified element from this queue, if it is present.
remove() - Method in interface java.util.Queue
Retrieves and removes the head of this queue.
remove(Object) - Method in class java.util.RegularEnumSet
Removes the specified element from this set if it is present.
remove() - Method in class java.util.Scanner
The remove operation is not supported by this implementation of Iterator.
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(int) - Method in class java.util.SubList
 
remove() - Method in class java.util.TreeMap.DescendingKeyIterator
 
remove(Object) - Method in class java.util.TreeMap.EntrySet
 
remove(Object) - Method in class java.util.TreeMap.KeySet
 
remove() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapEntryIterator
 
remove() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
remove(Object) - Method in class java.util.TreeMap.NavigableSubMap.EntrySetView
 
remove(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
remove() - Method in class java.util.TreeMap.NavigableSubMap.SubMapEntryIterator
 
remove() - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
remove() - Method in class java.util.TreeMap.PrivateEntryIterator
 
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.TreeMap.Values
 
remove(Object) - Method in class java.util.TreeSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for a key from this weak hash map if it is present.
removeAll() - Method in interface java.net.CookieStore
Remove all cookies in this cookie store.
removeAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.ArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Collection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.Collections.AsLIFOQueue
 
removeAll(Collection<?>) - Method in class java.util.Collections.CheckedCollection
 
removeAll(Collection<?>) - Method in class java.util.Collections.SynchronizedCollection
 
removeAll(Collection<?>) - Method in class java.util.Collections.UnmodifiableCollection
 
removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentSkipListSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
removeAll(Collection<?>) - Method in class java.util.JumboEnumSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.List
Removes from this list all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.RegularEnumSet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAscending() - Method in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
removeAt(int) - Method in class java.util.concurrent.ArrayBlockingQueue
Deletes item at array index removeIndex.
removeByNameAndDescriptor(Method) - Method in class java.lang.Class.MethodArray
 
removeChildLogger(LogManager.LoggerWeakRef) - Method in class java.util.logging.Logger
 
removedAt(int) - Method in class java.util.concurrent.ArrayBlockingQueue.Itrs
Called whenever an interior remove (not at takeIndex) occurred.
removeDescending() - Method in class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
removeEldestEntry(Map.Entry<K, V>) - Method in class java.util.LinkedHashMap
Returns true if this map should remove its eldest entry.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEQ(Object) - Method in class java.util.concurrent.DelayQueue
Identity-based version for use in Itr.remove
removeEQ(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
Identity-based version for use in Itr.remove
removeEq(Object) - Method in class java.util.PriorityQueue
Version of remove using reference equality, not equals.
removeFirst() - Method in class java.util.ArrayDeque
removeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
removeFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeFirstOccurrence(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeHandler(Handler) - Method in class java.util.logging.Logger
Remove a log Handler.
removeHighest() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
removeIf(Predicate<? super E>) - Method in class java.util.ArrayList
 
removeIf(Predicate<? super E>) - Method in interface java.util.Collection
Removes all of the elements of this collection that satisfy the given predicate.
removeIf(Predicate<? super E>) - Method in class java.util.Collections.AsLIFOQueue
 
removeIf(Predicate<? super E>) - Method in class java.util.Collections.CheckedCollection
 
removeIf(Predicate<? super E>) - Method in class java.util.Collections.SynchronizedCollection
 
removeIf(Predicate<? super E>) - Method in class java.util.Collections.UnmodifiableCollection
 
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
removeIf(Predicate<? super E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
 
removeIf(Predicate<? super E>) - Method in class java.util.Vector
 
removeLast() - Method in class java.util.ArrayDeque
removeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
removeLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
 
removeLastOccurrence(Object) - Method in interface java.util.Deque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.LinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
removeLessSpecifics() - Method in class java.lang.Class.MethodArray
 
removeLoggerRef(String, LogManager.LoggerWeakRef) - Method in class java.util.logging.LogManager.LoggerContext
 
removeLowest() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
removeMapping(Object) - Method in class java.util.WeakHashMap
Special version of remove needed by Entry set
removeMin() - Method in class java.util.TaskQueue
Remove the head task from the priority queue.
removeNode(int, Object, Object, boolean, boolean) - Method in class java.util.HashMap
Implements Map.remove and related methods
removeNode() - Method in class java.util.prefs.AbstractPreferences
Implements the removeNode() method as per the specification in Preferences.removeNode().
removeNode() - Method in class java.util.prefs.Preferences
Removes this preference node and all of its descendants, invalidating any preferences contained in the removed nodes.
removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
Removes the specified NodeChangeListener, so it no longer receives change events.
removeNodeSpi() - Method in class java.util.prefs.AbstractPreferences
Removes this preference node, invalidating it and any preferences that it contains.
removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
 
removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
Removes the specified preference change listener, so it no longer receives preference change events.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
Deprecated.
The dependency on PropertyChangeListener creates a significant impediment to future modularization of the Java platform. This method will be removed in a future release. The global LogManager can detect changes to the logging configuration by overridding the readConfiguration method.
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.SubList
 
removeRange(int, int) - Method in class java.util.Vector
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeShutdownHook(Thread) - Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
removeSpi(String) - Method in class java.util.prefs.AbstractPreferences
Remove the association (if any) for the specified key at this preference node.
removeTransformer(ClassFileTransformer) - Method in interface java.lang.instrument.Instrumentation
Unregisters the supplied transformer.
removeTreeNode(ConcurrentHashMap.TreeNode<K, V>) - Method in class java.util.concurrent.ConcurrentHashMap.TreeBin
Removes the given node, that must be present before this call.
removeTreeNode(HashMap<K, V>, HashMap.Node<K, V>[], boolean) - Method in class java.util.HashMap.TreeNode
Removes the given node, that must be present before this call.
removeUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
Removes a unicode locale attribute, if present, otherwise has no effect.
rename(File, File) - Method in class java.io.FileSystem
Rename the file or directory denoted by the first abstract pathname to the second abstract pathname, returning true if and only if the operation succeeds.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
replace(int, int, String) - Method in class java.lang.AbstractStringBuilder
Replaces the characters in a substring of this sequence with characters in the specified String.
replace(char, char) - Method in class java.lang.String
Returns a string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(CharSequence, CharSequence) - Method in class java.lang.String
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replace(int, int, String) - Method in class java.lang.StringBuffer
 
replace(int, int, String) - Method in class java.lang.StringBuilder
 
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in interface java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in interface java.util.concurrent.ConcurrentMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to a given value.
replace(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
Replaces the entry for a key only if currently mapped to some value.
replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
replace(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
replace(K, V, V) - Method in class java.util.HashMap
 
replace(K, V) - Method in class java.util.HashMap
 
replace(K, V, V) - Method in class java.util.Hashtable
 
replace(K, V) - Method in class java.util.Hashtable
 
replace(K, V, V) - Method in interface java.util.Map
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V) - Method in interface java.util.Map
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(K, V, V) - Method in class java.util.TreeMap
 
replace(K, V) - Method in class java.util.TreeMap
 
replaceAll(String, String) - Method in class java.lang.String
Replaces each substring of this string that matches the given regular expression with the given replacement.
replaceAll(UnaryOperator<E>) - Method in class java.util.ArrayList
 
replaceAll(UnaryOperator<E>) - Method in class java.util.Collections.CheckedList
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(List<T>, T, T) - Static method in class java.util.Collections
Replaces all occurrences of one specified value in a list with another.
replaceAll(UnaryOperator<E>) - Method in class java.util.Collections.SynchronizedList
 
replaceAll(UnaryOperator<E>) - Method in class java.util.Collections.UnmodifiableList
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.concurrent.ConcurrentMap
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.concurrent.ConcurrentSkipListMap
 
replaceAll(UnaryOperator<E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.HashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.Hashtable
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.IdentityHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.LinkedHashMap
 
replaceAll(UnaryOperator<E>) - Method in interface java.util.List
Replaces each element of this list with the result of applying the operator to that element.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface java.util.Map
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(String) - Method in class java.util.regex.Matcher
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.TreeMap
 
replaceAll(UnaryOperator<E>) - Method in class java.util.Vector
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class java.util.WeakHashMap
 
replaceFirst(String, String) - Method in class java.lang.String
Replaces the first substring of this string that matches the given regular expression with the given replacement.
replaceFirst(String) - Method in class java.util.regex.Matcher
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.
replacementNode(HashMap.Node<K, V>, HashMap.Node<K, V>) - Method in class java.util.HashMap
 
replacementNode(HashMap.Node<K, V>, HashMap.Node<K, V>) - Method in class java.util.LinkedHashMap
 
replacementTreeNode(HashMap.Node<K, V>, HashMap.Node<K, V>) - Method in class java.util.HashMap
 
replacementTreeNode(HashMap.Node<K, V>, HashMap.Node<K, V>) - Method in class java.util.LinkedHashMap
 
replaceNode(Object, V, Object) - Method in class java.util.concurrent.ConcurrentHashMap
Implementation for the four public remove/replace methods: Replaces node value with v, conditional upon match of cv if non-null.
replaceObject(Object) - Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
reportError(String, Exception, int) - Method in class java.util.logging.Handler
Protected convenience method to report an error to this Handler's ErrorManager.
REQUEST - Static variable in class java.util.concurrent.SynchronousQueue.TransferStack
Node represents an unfulfilled consumer
REQUEST_OK - Static variable in interface java.net.SocksConsts
 
requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String, URL, Authenticator.RequestorType) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requireEnd - Variable in class java.util.regex.Matcher
Boolean indicating whether or not more input could change a positive match into a negative one.
requireEnd() - Method in class java.util.regex.Matcher
requiresDefaultLoggers() - Method in class java.util.logging.LogManager.LoggerContext
 
rescheduleMin(long) - Method in class java.util.TaskQueue
Sets the nextExecutionTime associated with the head task to the specified value, and adjusts priority queue accordingly.
ReservationNode() - Constructor for class java.util.concurrent.ConcurrentHashMap.ReservationNode
 
RESERVED - Static variable in class java.util.concurrent.ConcurrentHashMap
 
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.BufferedReader
Resets the stream to the most recent mark.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.CharArrayReader
reset() - Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.FilterReader
Resets the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberInputStream
Deprecated.
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset() - Method in class java.io.PushbackInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.PushbackReader
Resets the stream.
reset() - Method in class java.io.Reader
Resets the stream.
reset() - Method in class java.io.StringBufferInputStream
Deprecated.
Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset() - Method in class java.io.StringReader
reset() - Method in class java.net.AbstractPlainSocketImpl
 
reset() - Method in class java.net.SocketImpl
 
reset() - Method in class java.util.concurrent.CyclicBarrier
Resets the barrier to its initial state.
reset() - Method in class java.util.logging.LogManager
Reset the logging configuration.
reset() - Method in class java.util.regex.Matcher
Resets this matcher.
reset(CharSequence) - Method in class java.util.regex.Matcher
Resets this matcher with a new input sequence.
reset() - Method in class java.util.regex.Pattern.TreeInfo
 
reset() - Method in class java.util.Scanner
Resets this scanner.
reset() - Method in class java.util.zip.Adler32
Resets the checksum to initial value.
reset() - Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset() - Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset() - Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.DeflaterInputStream
This operation is not supported.
reset() - Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.InflaterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resetPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
Resets the peak thread count to the current number of live threads.
resetPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
Resets the peak memory usage statistic of this memory pool to the current memory usage.
resetSyntax() - Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
resize() - Method in class java.util.HashMap
Initializes or doubles table size.
resize(int) - Method in class java.util.WeakHashMap
Rehashes the contents of this map into a new array with a larger capacity.
resizeStamp(int) - Static method in class java.util.concurrent.ConcurrentHashMap
Returns the stamp bits for resizing a table of size n.
resolve(String, String) - Method in class java.io.FileSystem
Resolve the child pathname string against the parent.
resolve(File) - Method in class java.io.FileSystem
Resolve the given abstract pathname into absolute form.
resolve(URI) - Method in class java.net.URI
Resolves the given URI against this URI.
resolve(String) - Method in class java.net.URI
Constructs a new URI by parsing the given string and then resolving it against this URI.
resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
Load the local class equivalent of the specified stream class description.
resolveClass(Class<?>) - Method in class java.lang.ClassLoader
Links the specified class.
resolveObject(Object) - Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
resolveProxyClass(String[]) - Method in class java.io.ObjectInputStream
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
ResourceBundle - Class in java.util
Resource bundles contain locale-specific objects.
ResourceBundle() - Constructor for class java.util.ResourceBundle
Sole constructor.
ResourceBundle.Control - Class in java.util
ResourceBundle.Control defines a set of callback methods that are invoked by the ResourceBundle.getBundle factory methods during the bundle loading process.
ResponseCache - Class in java.net
Represents implementations of URLConnection caches.
ResponseCache() - Constructor for class java.net.ResponseCache
 
responseCode() - Method in exception java.net.HttpRetryException
Returns the http response code
*
responseCode - Variable in class java.net.HttpURLConnection
An int representing the three digit HTTP Status-Code.
responseMessage - Variable in class java.net.HttpURLConnection
The HTTP response message.
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.SearchEntriesTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.SearchKeysTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.SearchMappingsTask
 
result - Variable in class java.util.concurrent.ConcurrentHashMap.SearchValuesTask
 
result - Variable in class java.util.concurrent.Executors.RunnableAdapter
 
resume() - Method in class java.lang.Thread
Deprecated.
This method exists solely for use with Thread.suspend(), which has been deprecated because it is deadlock-prone. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
resume() - Method in class java.lang.ThreadGroup
Deprecated.
This method is used solely in conjunction with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone. See Thread.suspend() for details.
retainAll(Collection<?>) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.ArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.Collections.AsLIFOQueue
 
retainAll(Collection<?>) - Method in class java.util.Collections.CheckedCollection
 
retainAll(Collection<?>) - Method in class java.util.Collections.SynchronizedCollection
 
retainAll(Collection<?>) - Method in class java.util.Collections.UnmodifiableCollection
 
retainAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
Always returns false.
retainAll(Collection<?>) - Method in class java.util.JumboEnumSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection
(optional operation).
retainAll(Collection<?>) - Method in class java.util.RegularEnumSet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
Retention - Annotation Type in java.lang.annotation
Indicates how long annotations with the annotated type are to be retained.
RetentionPolicy - Enum in java.lang.annotation
Annotation retention policy.
retransformClasses(Class<?>...) - Method in interface java.lang.instrument.Instrumentation
Retransform the supplied set of classes.
reverse() - Method in class java.lang.AbstractStringBuilder
Causes this character sequence to be replaced by the reverse of the sequence.
reverse(int) - Static method in class java.lang.Integer
Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified int value.
reverse(long) - Static method in class java.lang.Long
Returns the value obtained by reversing the order of the bits in the two's complement binary representation of the specified long value.
reverse() - Method in class java.lang.StringBuffer
 
reverse() - Method in class java.lang.StringBuilder
 
reverse(List<?>) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
reverseBytes(char) - Static method in class java.lang.Character
Returns the value obtained by reversing the order of the bytes in the specified char value.
reverseBytes(int) - Static method in class java.lang.Integer
Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified int value.
reverseBytes(long) - Static method in class java.lang.Long
Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified long value.
reverseBytes(short) - Static method in class java.lang.Short
Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified short value.
reversed() - Method in interface java.util.Comparator
Returns a comparator that imposes the reverse ordering of this comparator.
reverseOrder() - Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
reverseOrder(Comparator<T>) - Static method in class java.util.Collections
Returns a comparator that imposes the reverse ordering of the specified comparator.
reverseOrder() - Static method in interface java.util.Comparator
Returns a comparator that imposes the reverse of the natural ordering.
right - Variable in class java.util.concurrent.ConcurrentHashMap.TreeNode
 
right - Variable in class java.util.concurrent.ConcurrentSkipListMap.Index
 
right - Variable in class java.util.HashMap.TreeNode
 
RIGHT - Static variable in class java.util.regex.Pattern.Bound
 
right - Variable in class java.util.TreeMap.Entry
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceEntriesTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceKeysTask
 
rights - Variable in class java.util.concurrent.ConcurrentHashMap.ReduceValuesTask
 
rint(double) - Static method in class java.lang.Math
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rint(double) - Static method in class java.lang.StrictMath
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rmax - Variable in class java.util.regex.Pattern.Behind
 
rmax - Variable in class java.util.regex.Pattern.NotBehind
 
rmin - Variable in class java.util.regex.Pattern.Behind
 
rmin - Variable in class java.util.regex.Pattern.NotBehind
 
rng - Variable in class java.util.Random.RandomDoublesSpliterator
 
rng - Variable in class java.util.Random.RandomIntsSpliterator
 
rng - Variable in class java.util.Random.RandomLongsSpliterator
 
roll(int, boolean) - Method in class java.util.Calendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.Calendar
Adds the specified (signed) amount to the specified calendar field without changing larger fields.
roll(int, boolean) - Method in class java.util.GregorianCalendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.GregorianCalendar
Adds a signed amount to the specified calendar field without changing larger fields.
roll(int, boolean) - Method in class java.util.JapaneseImperialCalendar
 
roll(int, int) - Method in class java.util.JapaneseImperialCalendar
Adds a signed amount to the specified calendar field without changing larger fields.
root - Variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
root() - Method in class java.util.HashMap.TreeNode
Returns root of tree containing this node.
ROOT - Static variable in class java.util.Locale
Useful constant for the root locale.
root - Variable in class java.util.regex.Pattern
The starting point of state machine for the find operation.
rotate(List<?>, int) - Static method in class java.util.Collections
Rotates the elements in the specified list by the specified distance.
rotateLeft(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value left by the specified number of bits.
rotateLeft(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value left by the specified number of bits.
rotateLeft(ConcurrentHashMap.TreeNode<K, V>, ConcurrentHashMap.TreeNode<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
rotateLeft(HashMap.TreeNode<K, V>, HashMap.TreeNode<K, V>) - Static method in class java.util.HashMap.TreeNode
 
rotateRight(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value right by the specified number of bits.
rotateRight(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value right by the specified number of bits.
rotateRight(ConcurrentHashMap.TreeNode<K, V>, ConcurrentHashMap.TreeNode<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
rotateRight(HashMap.TreeNode<K, V>, HashMap.TreeNode<K, V>) - Static method in class java.util.HashMap.TreeNode
 
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument, with ties rounding to positive infinity.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument, with ties rounding to positive infinity.
round(float) - Static method in class java.lang.StrictMath
Returns the closest int to the argument, with ties rounding to positive infinity.
round(double) - Static method in class java.lang.StrictMath
Returns the closest long to the argument, with ties rounding to positive infinity.
row - Variable in class java.util.concurrent.ConcurrentSkipListMap.CSLMSpliterator
 
RUMI_NUMERAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Rumi Numeral Symbols" Unicode character block.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.SystemClassLoaderAction
 
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in class java.util.concurrent.FutureTask
 
run() - Method in interface java.util.concurrent.RunnableFuture
Sets this Future to the result of its computation unless it has been cancelled.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
run() - Method in class java.util.TimerThread
 
runAllFinalizers() - Static method in class java.lang.ref.Finalizer
 
runAndReset() - Method in class java.util.concurrent.FutureTask
Executes the computation without setting its result, and then resets this future to initial state, failing to do so if the computation encounters an exception or is cancelled.
runFinalization() - Static method in class java.lang.ref.Finalizer
 
runFinalization() - Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization() - Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
Deprecated.
This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runFinalizersOnExit(boolean) - Static method in class java.lang.System
Deprecated.
This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runHooks() - Static method in class java.io.DeleteOnExitHook
 
runHooks() - Static method in class java.lang.ApplicationShutdownHooks
 
RUNIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Runic" Unicode character block.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RunnableAdapter(Runnable, T) - Constructor for class java.util.concurrent.Executors.RunnableAdapter
 
RunnableFuture<V> - Interface in java.util.concurrent
A Future that is Runnable.
RunnableScheduledFuture<V> - Interface in java.util.concurrent
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RUNTIME_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the RuntimeMXBean.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with null as its detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message.
RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message and cause.
RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
RuntimeException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
RuntimeMXBean - Interface in java.lang.management
The management interface for the runtime system of the Java virtual machine.
RuntimePermission - Class in java.lang
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.
runWorker(ThreadPoolExecutor.Worker) - Method in class java.util.concurrent.ThreadPoolExecutor
Main worker run loop.

S

SAMARITAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Samaritan" Unicode character block.
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the fragment component.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
SAURASHTRA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Saurashtra" Unicode character block.
save(OutputStream, String) - Method in class java.util.Properties
Deprecated.
This method does not throw an IOException if an I/O error occurs while saving the property list. The preferred way to save a properties list is via the store(OutputStream out, String comments) method or the storeToXML(OutputStream os, String comment) method.
SC_BLOCK_DATA - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_ENUM - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_EXTERNALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_SERIALIZABLE - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
SC_WRITE_METHOD - Static variable in interface java.io.ObjectStreamConstants
Bit mask for ObjectStreamClass flag.
scalb(double, int) - Static method in class java.lang.Math
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
scalb(double, int) - Static method in class java.lang.StrictMath
Returns d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.StrictMath
Returns f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
Scanner - Class in java.util
A simple text scanner which can parse primitive types and strings using regular expressions.
Scanner(Readable) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified source.
Scanner(InputStream) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(InputStream, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified input stream.
Scanner(File) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(File, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(Path, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified file.
Scanner(String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified string.
Scanner(ReadableByteChannel) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
Scanner(ReadableByteChannel, String) - Constructor for class java.util.Scanner
Constructs a new Scanner that produces values scanned from the specified channel.
scCutOverTimes - Static variable in class java.util.Currency
 
schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedScheduledExecutorService
 
schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
schedule(Runnable, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
schedule(Callable<V>, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
SCHEDULED - Static variable in class java.util.TimerTask
This task is scheduled for execution.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
ScheduledExecutorService - Interface in java.util.concurrent
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture<V> - Interface in java.util.concurrent
A delayed result-bearing action that can be cancelled.
ScheduledThreadPoolExecutor - Class in java.util.concurrent
A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically.
ScheduledThreadPoolExecutor(int) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given core pool size.
ScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ScheduledThreadPoolExecutor
Creates a new ScheduledThreadPoolExecutor with the given initial parameters.
ScheduledThreadPoolExecutor.DelayedWorkQueue - Class in java.util.concurrent
Specialized delay queue.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.Executors.DelegatedScheduledExecutorService
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
scNewCurrencies - Static variable in class java.util.Currency
 
scNewCurrenciesDFD - Static variable in class java.util.Currency
 
scNewCurrenciesNumericCode - Static variable in class java.util.Currency
 
scOldCurrencies - Static variable in class java.util.Currency
 
scOldCurrenciesDFD - Static variable in class java.util.Currency
 
scOldCurrenciesNumericCode - Static variable in class java.util.Currency
 
Script(Character.UnicodeScript) - Constructor for class java.util.regex.Pattern.Script
 
script - Variable in class java.util.regex.Pattern.Script
 
scriptKey - Variable in enum java.util.Locale.Category
 
sealed - Variable in class java.util.logging.Handler
 
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each (key, value), or null if none.
search(int) - Method in class java.util.regex.Matcher
Initiates a search to find a Pattern within the given bounds.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each entry, or null if none.
SearchEntriesTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Function<Map.Entry<K, V>, ? extends U>, AtomicReference<U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.SearchEntriesTask
 
searchFunction - Variable in class java.util.concurrent.ConcurrentHashMap.SearchEntriesTask
 
searchFunction - Variable in class java.util.concurrent.ConcurrentHashMap.SearchKeysTask
 
searchFunction - Variable in class java.util.concurrent.ConcurrentHashMap.SearchMappingsTask
 
searchFunction - Variable in class java.util.concurrent.ConcurrentHashMap.SearchValuesTask
 
searchKeys(long, Function<? super K, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each key, or null if none.
SearchKeysTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Function<? super K, ? extends U>, AtomicReference<U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.SearchKeysTask
 
SearchMappingsTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], BiFunction<? super K, ? super V, ? extends U>, AtomicReference<U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.SearchMappingsTask
 
searchValues(long, Function<? super V, ? extends U>) - Method in class java.util.concurrent.ConcurrentHashMap
Returns a non-null result from applying the given search function on each value, or null if none.
SearchValuesTask(ConcurrentHashMap.BulkTask<K, V, ?>, int, int, int, ConcurrentHashMap.Node<K, V>[], Function<? super V, ? extends U>, AtomicReference<U>) - Constructor for class java.util.concurrent.ConcurrentHashMap.SearchValuesTask
 
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECOND_MASK - Static variable in class java.util.Calendar
 
SecureCacheResponse - Class in java.net
Represents a cache response originally retrieved through secure means, such as TLS.
SecureCacheResponse() - Constructor for class java.net.SecureCacheResponse
 
securityCheckCache - Variable in class java.lang.reflect.AccessibleObject
 
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null
? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
Segment(float) - Constructor for class java.util.concurrent.ConcurrentHashMap.Segment
 
select(URI) - Method in class java.net.ProxySelector
Selects all the applicable proxies based on the protocol to access the resource with and a destination address to access the resource at.
selectFields() - Method in class java.util.Calendar
Returns a field mask indicating which calendar field values to be used to calculate the time value.
selfInterrupt() - Static method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Convenience method to interrupt current thread.
selfInterrupt() - Static method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Convenience method to interrupt current thread.
Semaphore - Class in java.util.concurrent
A counting semaphore.
Semaphore(int) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and nonfair fairness setting.
Semaphore(int, boolean) - Constructor for class java.util.concurrent.Semaphore
Creates a Semaphore with the given number of permits and the given fairness setting.
Semaphore.FairSync - Class in java.util.concurrent
Fair version
Semaphore.NonfairSync - Class in java.util.concurrent
NonFair version
Semaphore.Sync - Class in java.util.concurrent
Synchronization implementation for semaphore.
send(DatagramPacket) - Method in class java.net.AbstractPlainDatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte) - Method in class java.net.MulticastSocket
Deprecated.
Use the following code or its equivalent instead: ...... int ttl = mcastSocket.getTimeToLive(); mcastSocket.setTimeToLive(newttl); mcastSocket.send(p); mcastSocket.setTimeToLive(ttl); ......
sendUrgentData(int) - Method in class java.net.AbstractPlainSocketImpl
 
sendUrgentData(int) - Method in class java.net.Socket
Send one byte of urgent data on the socket.
sendUrgentData(int) - Method in class java.net.SocketImpl
Send one byte of urgent data on the socket.
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
SequenceInputStream - Class in java.io
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
SerialCallbackContext - Class in java.io
Context during upcalls from object stream to class-defined readObject/writeObject methods.
SerialCallbackContext(Object, ObjectStreamClass) - Constructor for class java.io.SerialCallbackContext
 
Serializable - Interface in java.io
Serializability of a class is enabled by the class implementing the java.io.Serializable interface.
SerializablePermission - Class in java.io
This class is for Serializable permissions.
SerializablePermission(String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission with the specified name.
SerializablePermission(String, String) - Constructor for class java.io.SerializablePermission
Creates a new SerializablePermission object with the specified name.
serialVersionUID - Static variable in exception java.io.IOException
 
serialVersionUID - Static variable in error java.lang.Error
 
serialVersionUID - Static variable in exception java.lang.Exception
 
serialVersionUID - Static variable in exception java.lang.IllegalStateException
 
serialVersionUID - Static variable in exception java.lang.NumberFormatException
 
serialVersionUID - Static variable in exception java.lang.reflect.UndeclaredThrowableException
 
serialVersionUID - Static variable in exception java.lang.RuntimeException
 
serialVersionUID - Static variable in class java.lang.StringBuffer
use serialVersionUID from JDK 1.0.2 for interoperability
serialVersionUID - Static variable in class java.lang.StringBuilder
use serialVersionUID for interoperability
serialVersionUID - Static variable in exception java.lang.UnsupportedOperationException
 
serialVersionUID - Static variable in class java.net.SocketAddress
 
serialVersionUID - Static variable in class java.net.URI
 
serialVersionUID - Static variable in class java.net.URL
 
serialVersionUID - Static variable in class java.util.Calendar
 
serialVersionUID - Static variable in class java.util.GregorianCalendar
 
serialVersionUID - Static variable in class java.util.HashSet
 
serialVersionUID - Static variable in class java.util.Locale
serialization ID
serialVersionUID - Static variable in class java.util.Random
use serialVersionUID from JDK 1.1 for interoperability
serialVersionUID - Static variable in class java.util.SimpleTimeZone
 
serialVersionUID - Static variable in class java.util.TimeZone
 
ServerSocket - Class in java.net
This class implements server sockets.
ServerSocket(SocketImpl) - Constructor for class java.net.ServerSocket
Package-private constructor to create a ServerSocket associated with the given SocketImpl.
ServerSocket() - Constructor for class java.net.ServerSocket
Creates an unbound server socket.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket, bound to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
serverSocket - Variable in class java.net.SocketImpl
 
ServiceConfigurationError - Error in java.util
Error thrown when something goes wrong while loading a service provider.
ServiceConfigurationError(String) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message.
ServiceConfigurationError(String, Throwable) - Constructor for error java.util.ServiceConfigurationError
Constructs a new instance with the specified message and cause.
ServiceLoader<S> - Class in java.util
A simple service-provider loading facility.
set(Object, int, Object) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object) - Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(T) - Method in class java.lang.ThreadLocal
Sets the current thread's copy of this thread-local variable to the specified value.
set(String, String, int, String, String) - Method in class java.net.URL
Sets the fields of the URL.
set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
Sets the specified 8 fields of the URL.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int) - Method in class java.util.BitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar.Builder
Sets the field parameter to the given value.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and SECOND.
set(int, E) - Method in class java.util.Collections.CheckedList
 
set(int, E) - Method in class java.util.Collections.SynchronizedList
 
set(int, E) - Method in class java.util.Collections.UnmodifiableList
 
set(boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Unconditionally sets to the given value.
set(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Sets to the given value.
set(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Sets the element at position i to the given value.
set(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(long) - Method in class java.util.concurrent.atomic.AtomicLong
Sets to the given value.
set(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Sets the element at position i to the given value.
set(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Unconditionally sets the value of both the reference and mark.
set(V) - Method in class java.util.concurrent.atomic.AtomicReference
Sets to the given value.
set(int, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Sets the element at position i to the given value.
set(T, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Sets the field of the given object managed by this updater to the given updated value.
set(V, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Unconditionally sets the value of both the reference and stamp.
set(E) - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
Not supported.
set(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Replaces the element at the specified position in this list with the specified element.
set(V) - Method in class java.util.concurrent.FutureTask
Sets the result of this future to the given value unless this future has already been set or has been cancelled.
set(int, E) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in interface java.util.ListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicate elements.
set(int, E) - Method in class java.util.SubList
 
set(E) - Method in class java.util.Vector.ListItr
 
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
setAccessible(AccessibleObject[], boolean) - Static method in class java.lang.reflect.AccessibleObject
Convenience method to set the accessible flag for an array of objects with a single security check (for efficiency).
setAccessible(boolean) - Method in class java.lang.reflect.AccessibleObject
Set the accessible flag for this object to the indicated boolean value.
setAddress(InetAddress) - Method in class java.net.AbstractPlainSocketImpl
 
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
Set all elements of the specified array, using the provided generator function to compute each element.
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setArray(Object[]) - Method in class java.util.concurrent.CopyOnWriteArrayList
Sets the array.
setBoolean(Object, int, boolean) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBoolean(Object, boolean) - Method in class java.lang.reflect.Field
Sets the value of a field as a boolean on the specified object.
setBound() - Method in class java.net.ServerSocket
 
setBound() - Method in class java.net.Socket
 
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
setByte(Object, int, byte) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setByte(Object, byte) - Method in class java.lang.reflect.Field
Sets the value of a field as a byte on the specified object.
setCalendarType(String) - Method in class java.util.Calendar.Builder
Sets the calendar type parameter to the given type.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChar(Object, int, char) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified char value.
setChar(Object, char) - Method in class java.lang.reflect.Field
Sets the value of a field as a char on the specified object.
setCharAt(int, char) - Method in class java.lang.AbstractStringBuilder
The character at the specified index is set to ch.
setCharAt(int, char) - Method in class java.lang.StringBuffer
 
setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is not known in advance.
setClassAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the desired assertion status for the named top-level class in this class loader and any nested classes contained therein.
setCollectionUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
Sets the collection usage threshold of this memory pool to the given threshold value.
setComment(String) - Method in class java.net.HttpCookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String) - Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setCommentURL(String) - Method in class java.net.HttpCookie
Specifies a comment URL that describes a cookie's purpose.
setCompressedSize(long) - Method in class java.util.zip.ZipEntry
Sets the size of the compressed entry data.
setConnected() - Method in class java.net.Socket
 
setConnectionReset() - Method in class java.net.AbstractPlainSocketImpl
 
setConnectionResetPending() - Method in class java.net.AbstractPlainSocketImpl
 
setConnectTimeout(int) - Method in class java.net.URLConnection
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setConstructorAccessor(ConstructorAccessor) - Method in class java.lang.reflect.Constructor
 
setConstructorAccessor(Constructor<?>, ConstructorAccessor) - Method in class java.lang.reflect.ReflectAccess
 
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContextClassLoader(ClassLoader) - Method in class java.lang.Thread
Sets the context ClassLoader for this Thread.
setContinueExistingPeriodicTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to continue executing existing periodic tasks even when this executor has been shutdown.
setCookiePolicy(CookiePolicy) - Method in class java.net.CookieManager
To set the cookie policy of this cookie manager.
setCorePoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the core number of threads.
setCrc(long) - Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCreated() - Method in class java.net.ServerSocket
 
setCreated() - Method in class java.net.Socket
 
setCreationTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the creation time of the entry.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[]) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setDatagramSocket(DatagramSocket) - Method in class java.net.DatagramSocketImpl
 
setDatagramSocketImplFactory(DatagramSocketImplFactory) - Static method in class java.net.DatagramSocket
Sets the datagram socket implementation factory for the application.
setDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the date field parameters to the values given by year, month, and dayOfMonth.
setDate(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setDefault(Authenticator) - Static method in class java.net.Authenticator
Sets the authenticator that will be used by the networking code when a proxy or an HTTP server asks for authentication.
setDefault(CookieHandler) - Static method in class java.net.CookieHandler
Sets (or unsets) the system-wide cookie handler.
setDefault(ProxySelector) - Static method in class java.net.ProxySelector
Sets (or unsets) the system-wide proxy selector.
setDefault(ResponseCache) - Static method in class java.net.ResponseCache
Sets (or unsets) the system-wide cache.
setDefault(Locale) - Static method in class java.util.Locale
Sets the default locale for this instance of the Java Virtual Machine.
setDefault(Locale.Category, Locale) - Static method in class java.util.Locale
Sets the default locale for the specified Category for this instance of the Java Virtual Machine.
setDefault(TimeZone) - Static method in class java.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultAssertionStatus(boolean) - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader.
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDictionary(byte[], int, int) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[]) - Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDiscard(boolean) - Method in class java.net.HttpCookie
Specify whether user agent should discard the cookie unconditionally.
setDoInput(boolean) - Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDomain(String) - Method in class java.net.HttpCookie
Specifies the domain within which this cookie should be presented.
setDoOutput(boolean) - Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(Object, int, double) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setDouble(Object, double) - Method in class java.lang.reflect.Field
Sets the value of a field as a double on the specified object.
setDSTSavings(int) - Method in class java.util.SimpleTimeZone
Sets the amount of time in milliseconds that the clock is advanced during daylight saving time.
setElementAt(E, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEncoding(String) - Method in class java.util.logging.Handler
Set the character encoding used by this Handler.
setEncoding(String) - Method in class java.util.logging.StreamHandler
Set (or change) the character encoding used by this Handler.
setEndRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule.
setEndRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a fixed date within a month.
setEndRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time end rule to a weekday before or after the given date within a month, e.g., the first Monday on or after the 8th.
setEOF(boolean) - Method in class java.net.SocketInputStream
 
setErr(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError() - Method in class java.io.PrintStream
Sets the error state of the stream to true.
setError() - Method in class java.io.PrintWriter
Indicates that an error has occurred.
setErrorManager(ErrorManager) - Method in class java.util.logging.Handler
Define an ErrorManager for this Handler.
setException(Throwable) - Method in class java.util.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this future has already been set or has been cancelled.
setExclusiveOwnerThread(Thread) - Method in class java.util.concurrent.locks.AbstractOwnableSynchronizer
Sets the thread that currently owns exclusive access.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExecuteExistingDelayedTasksAfterShutdownPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether to execute existing delayed tasks even when this executor has been shutdown.
setExtension(char, String) - Method in class java.util.Locale.Builder
Sets the extension for the given key.
setExtra(byte[]) - Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setExtra0(byte[], boolean) - Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFields(int...) - Method in class java.util.Calendar.Builder
Sets field parameters to their values given by fieldValuePairs that are pairs of a field and its value.
setFieldsComputed(int) - Method in class java.util.Calendar
Sets the state of the specified calendar fields to computed.
setFieldsNormalized(int) - Method in class java.util.Calendar
Sets the state of the calendar fields that are not specified by fieldMask to unset.
setFileDescriptor(FileDescriptor) - Method in class java.net.AbstractPlainSocketImpl
 
setFileNameMap(FileNameMap) - Static method in class java.net.URLConnection
Sets the FileNameMap.
setFilter(Filter) - Method in class java.util.logging.Handler
Set a Filter to control output on this Handler.
setFilter(Filter) - Method in class java.util.logging.Logger
Set a filter to control output on this Logger.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFixedLengthStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFixedLengthStreamingMode(long) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFloat(Object, int, float) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFloat(Object, float) - Method in class java.lang.reflect.Field
Sets the value of a field as a float on the specified object.
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFormatter(Formatter) - Method in class java.util.logging.Handler
Set a Formatter.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setHours(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setHttpOnly(boolean) - Method in class java.net.HttpCookie
Indicates whether the cookie should be considered HTTP Only.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long) - Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setImpl() - Method in class java.net.Socket
Sets impl to the system-default type of SocketImpl.
setIn(InputStream) - Static method in class java.lang.System
Reassigns the "standard" input stream.
setInput(byte[], int, int) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]) - Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[]) - Method in class java.util.zip.Inflater
Sets input data for decompression.
setInputStream(SocketInputStream) - Method in class java.net.AbstractPlainSocketImpl
 
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this HttpURLConnection instance.
setInstant(long) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the given instant value that is a millisecond offset from the Epoch.
setInstant(Date) - Method in class java.util.Calendar.Builder
Sets the instant parameter to the instant value given by a Date.
setInt(Object, int, int) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInt(Object, int) - Method in class java.lang.reflect.Field
Sets the value of a field as an int on the specified object.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeepAliveTime(long, TimeUnit) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the time limit for which threads may remain idle before being terminated.
setLanguage(String) - Method in class java.util.Locale.Builder
Sets the language.
setLanguageTag(String) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided IETF BCP 47 language tag.
setLastAccessTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the last access time of the entry.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLastModifiedTime(File, long) - Method in class java.io.FileSystem
Set the last-modified time of the file or directory denoted by the given abstract pathname, returning true if and only if the operation succeeds.
setLastModifiedTime(FileTime) - Method in class java.util.zip.ZipEntry
Sets the last modification time of the entry.
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.AbstractStringBuilder
Sets the length of the character sequence.
setLength(int) - Method in class java.lang.StringBuffer
 
setLength(int) - Method in class java.net.DatagramPacket
Set the length for this packet.
setLenient(boolean) - Method in class java.util.Calendar.Builder
Sets the lenient mode parameter to the value given by lenient.
setLenient(boolean) - Method in class java.util.Calendar
Specifies whether or not date/time interpretation is to be lenient.
setLevel(Level) - Method in class java.util.logging.Handler
Set the log level specifying which message levels will be logged by this Handler.
setLevel(Level) - Method in class java.util.logging.Logger
Set the log level specifying which message levels will be logged by this logger.
setLevel(Level) - Method in class java.util.logging.LogRecord
Set the logging message level, for example Level.SEVERE.
setLevel(int) - Method in class java.util.zip.Deflater
Sets the compression level to the specified value.
setLevel(int) - Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Deprecated.
Sets the line number to the specified argument.
setLineNumber(int) - Method in class java.io.LineNumberReader
Set the current line number.
setLocale(Locale) - Method in class java.util.Calendar.Builder
Sets the locale parameter to the given locale.
setLocale(Locale) - Method in class java.util.Locale.Builder
Resets the Builder to match the provided locale.
setLocalPort(int) - Method in class java.net.AbstractPlainSocketImpl
 
setLoggerLevel(String, String) - Method in class java.util.logging.Logging
 
setLoggerLevel(String, String) - Method in interface java.util.logging.LoggingMXBean
Sets the specified logger to the specified new level.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Set the source Logger's name.
setLogManager(LogManager) - Method in class java.util.logging.Logger
 
setLong(Object, int, long) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long) - Method in class java.lang.reflect.Field
Sets the value of a field as a long on the specified object.
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a hint for setting whether multicast data will be looped back to the local socket.
setMaxAge(long) - Method in class java.net.HttpCookie
Sets the maximum age of the cookie in seconds.
setMaximumPoolSize(int) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMaxPriority(int) - Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMessage(String) - Method in class java.util.logging.LogRecord
Set the "raw" log message, before localization or formatting.
setMethod(int) - Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int) - Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMethodAccessor(MethodAccessor) - Method in class java.lang.reflect.Method
 
setMethodAccessor(Method, MethodAccessor) - Method in class java.lang.reflect.ReflectAccess
 
setMillis(long) - Method in class java.util.logging.LogRecord
Set event time.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setMinutes(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMonth(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNativeMethodPrefix(ClassFileTransformer, String) - Method in interface java.lang.instrument.Instrumentation
This method modifies the failure handling of native method resolution by allowing retry with a prefix applied to the name.
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Specify the network interface for outgoing multicast datagrams sent on this socket.
setNode(LogManager.LogNode) - Method in class java.util.logging.LogManager.LoggerWeakRef
 
setObjFieldValues(Object, Object[]) - Method in class java.io.ObjectStreamClass
Sets the serializable object fields of object obj using values from array vals starting at offset 0.
setOffset(int) - Method in class java.io.ObjectStreamField
Offset within instance data.
setOOBInline(boolean) - Method in class java.net.Socket
Enable/disable SO_OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
setOption(int, Object) - Method in class java.net.AbstractPlainDatagramSocketImpl
set a value - since we only support (setting) binary options here, o must be a Boolean
setOption(int, Object) - Method in class java.net.AbstractPlainSocketImpl
 
setOption(SocketOption<T>, T) - Method in class java.net.DatagramSocketImpl
 
setOption(SocketOption<T>, T) - Method in class java.net.SocketImpl
 
setOption(int, Object) - Method in interface java.net.SocketOptions
Enable/disable the option specified by optID.
setOut(PrintStream) - Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutputStream(OutputStream) - Method in class java.util.logging.StreamHandler
Change the output stream.
setPackageAssertionStatus(String, boolean) - Method in class java.lang.ClassLoader
Sets the package default assertion status for the named package.
setParameters(Object[]) - Method in class java.util.logging.LogRecord
Set the parameters to the log message.
setParent(Logger) - Method in class java.util.logging.Logger
Set the parent for this Logger.
setParent(ResourceBundle) - Method in class java.util.ResourceBundle
Sets the parent bundle of this bundle.
setParentRef(WeakReference<Logger>) - Method in class java.util.logging.LogManager.LoggerWeakRef
 
setPath(String) - Method in class java.net.HttpCookie
Specifies a path for the cookie to which the client should return the cookie.
setPerformancePreferences(int, int, int) - Method in class java.net.ServerSocket
Sets performance preferences for this ServerSocket.
setPerformancePreferences(int, int, int) - Method in class java.net.Socket
Sets performance preferences for this socket.
setPerformancePreferences(int, int, int) - Method in class java.net.SocketImpl
Sets performance preferences for this socket.
setPermission(File, int, boolean, boolean) - Method in class java.io.FileSystem
Set on or off the access permission (to owner only or to all) to the file or directory denoted by the given abstract pathname, based on the parameters enable, access and oweronly.
setPort(int) - Method in class java.net.AbstractPlainSocketImpl
 
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPortlist(String) - Method in class java.net.HttpCookie
Specify the portlist of the cookie, which restricts the port(s) to which a cookie may be sent back in a Cookie header.
setPrimFieldValues(Object, byte[]) - Method in class java.io.ObjectStreamClass
Sets the serializable primitive fields of object obj using values unmarshalled from byte array buf starting at offset 0.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperties(Properties) - Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, String) - Static method in class java.lang.System
Sets the system property indicated by the specified key.
setProperty(String, String) - Method in class java.util.Properties
Calls the Hashtable method put.
setPushLevel(Level) - Method in class java.util.logging.MemoryHandler
Set the pushLevel.
setRawOffset(int) - Method in class java.util.SimpleTimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadOnly(File) - Method in class java.io.FileSystem
Mark the file or directory denoted by the given abstract pathname as read-only, returning true if and only if the operation succeeds.
setReadTimeout(int) - Method in class java.net.URLConnection
Sets the read timeout to a specified timeout, in milliseconds.
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
Sets a default proposed value for the SO_RCVBUF option for sockets accepted from this ServerSocket.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setRegion(String) - Method in class java.util.Locale.Builder
Sets the region.
setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setRemoveOnCancelPolicy(boolean) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Sets the policy on whether cancelled tasks should be immediately removed from the work queue at time of cancellation.
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the general request property.
setResourceBundle(ResourceBundle) - Method in class java.util.logging.Logger
Sets a resource bundle on this logger.
setResourceBundle(ResourceBundle) - Method in class java.util.logging.LogRecord
Set the localization resource bundle.
setResourceBundleName(String) - Method in class java.util.logging.LogRecord
Set the localization resource bundle name.
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setRunFinalizersOnExit(boolean) - Static method in class java.lang.Shutdown
 
setScript(String) - Method in class java.util.Locale.Builder
Sets the script.
setSeconds(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setSecure(boolean) - Method in class java.net.HttpCookie
Indicates whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setSequenceNumber(long) - Method in class java.util.logging.LogRecord
Set the sequence number.
setServerSocket(ServerSocket) - Method in class java.net.SocketImpl
 
setShort(Object, int, short) - Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short) - Method in class java.lang.reflect.Field
Sets the value of a field as a short on the specified object.
setSigners(Object[]) - Method in class java.lang.Class
Set the signers of this class.
setSigners(Class<?>, Object[]) - Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSize(long) - Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocket(Socket) - Method in class java.net.SocketImpl
 
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being sent.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSourceClassName(String) - Method in class java.util.logging.LogRecord
Set the name of the class that (allegedly) issued the logging request.
setSourceMethodName(String) - Method in class java.util.logging.LogRecord
Set the name of the method that (allegedly) issued the logging request.
setStackTrace(StackTraceElement[]) - Method in class java.lang.Throwable
Sets the stack trace elements that will be returned by Throwable.getStackTrace() and printed by Throwable.printStackTrace() and related methods.
setStartRule(int, int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule.
setStartRule(int, int, int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a fixed date within a month.
setStartRule(int, int, int, int, boolean) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time start rule to a weekday before or after the given date within a month, e.g., the first Monday on or after the 8th.
setStartYear(int) - Method in class java.util.SimpleTimeZone
Sets the daylight saving time starting year.
setState(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Sets the value of synchronization state.
setState(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Sets the value of synchronization state.
setStrategy(int) - Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setTabAt(ConcurrentHashMap.Node<K, V>[], int, ConcurrentHashMap.Node<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap
 
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setThreadContentionMonitoringEnabled(boolean) - Method in interface java.lang.management.ThreadMXBean
Enables or disables thread contention monitoring.
setThreadCpuTimeEnabled(boolean) - Method in interface java.lang.management.ThreadMXBean
Enables or disables thread CPU time measurement.
setThreadFactory(ThreadFactory) - Method in class java.util.concurrent.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setThreadID(int) - Method in class java.util.logging.LogRecord
Set an identifier for the thread where the message originated.
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Set a throwable associated with the log event.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(long) - Method in class java.util.zip.ZipEntry
Sets the last modification time of the entry.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeOfDay(int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, and second.
setTimeOfDay(int, int, int, int) - Method in class java.util.Calendar.Builder
Sets the time of day field parameters to the values given by hourOfDay, minute, second, and millis.
setTimestamp(long) - Method in class java.io.ExpiringCache.Entry
 
setTimeToLive(int) - Method in class java.net.AbstractPlainDatagramSocketImpl
Set the TTL (time-to-live) option.
setTimeToLive(int) - Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this MulticastSocket in order to control the scope of the multicasts.
setTimeZone(TimeZone) - Method in class java.util.Calendar.Builder
Sets the time zone parameter to the given zone.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class java.util.GregorianCalendar
 
setTimeZone(TimeZone) - Method in class java.util.JapaneseImperialCalendar
 
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this DatagramSocket.
setTrafficClass(int) - Method in class java.net.Socket
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
setTTL(byte) - Method in class java.net.AbstractPlainDatagramSocketImpl
Deprecated.
setTTL(byte) - Method in class java.net.DatagramSocketImpl
Deprecated.
use setTimeToLive instead.
setTTL(byte) - Method in class java.net.MulticastSocket
Deprecated.
use the setTimeToLive method instead, which uses int instead of byte as the type for ttl.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUnicodeLocaleKeyword(String, String) - Method in class java.util.Locale.Builder
Sets the Unicode locale keyword type for the given key.
setUnnormalized() - Method in class java.util.Calendar
Marks this Calendar as not sync'd.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUsageThreshold(long) - Method in interface java.lang.management.MemoryPoolMXBean
Sets the threshold of this memory pool to the given threshold value if this memory pool supports the usage threshold.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setUsed() - Method in class java.io.SerialCallbackContext
 
setUseParentHandlers(boolean) - Method in class java.util.logging.Logger
Specify whether or not this logger should send its output to its parent Logger.
setV4() - Method in class java.net.SocksSocketImpl
 
setVal(String) - Method in class java.io.ExpiringCache.Entry
 
setValue(String) - Method in class java.net.HttpCookie
Assigns a new value to a cookie after the cookie is created.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in class java.util.concurrent.ConcurrentHashMap.MapEntry
Sets our entry's value and writes through to the map.
setValue(V) - Method in class java.util.concurrent.ConcurrentHashMap.Node
 
setValue(V) - Method in class java.util.HashMap.Node
 
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in class java.util.TreeMap.Entry
Replaces the value currently associated with the key with the given value.
setVariant(String) - Method in class java.util.Locale.Builder
Sets the variant.
setVerbose(boolean) - Method in interface java.lang.management.ClassLoadingMXBean
Enables or disables the verbose output for the class loading system.
setVerbose(boolean) - Method in interface java.lang.management.MemoryMXBean
Enables or disables verbose output for the memory system.
setVersion(int) - Method in class java.net.HttpCookie
Sets the version of the cookie protocol this cookie complies with.
setWeekDate(int, int, int) - Method in class java.util.Calendar.Builder
Sets the week-based date parameters to the values with the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.Calendar
Sets the date of this Calendar with the the given date specifiers - week year, week of year, and day of week.
setWeekDate(int, int, int) - Method in class java.util.GregorianCalendar
Sets this GregorianCalendar to the date given by the date specifiers - weekYear, weekOfYear, and dayOfWeek.
setWeekDefinition(int, int) - Method in class java.util.Calendar.Builder
Sets the week definition parameters to the values given by firstDayOfWeek and minimalDaysInFirstWeek that are used to determine the first week of a year.
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
setYear(int) - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
setZoneShared(boolean) - Method in class java.util.Calendar
Sets the sharedZone flag to shared.
SEVERE - Static variable in class java.util.logging.Level
SEVERE is a message level indicating a serious failure.
severe(String) - Method in class java.util.logging.Logger
Log a SEVERE message.
severe(Supplier<String>) - Method in class java.util.logging.Logger
Log a SEVERE message, which is only to be constructed if the logging level is such that the message will actually be logged.
SHARADA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sharada" Unicode character block.
SHARED - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Marker to indicate a node is waiting in shared mode
SHARED - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Marker to indicate a node is waiting in shared mode
SHARED_SHIFT - Static variable in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
SHARED_UNIT - Static variable in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
sharedCount(int) - Static method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Returns the number of shared holds represented in count
SHAVIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Shavian" Unicode character block.
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
SHORT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames equivalent to Calendar.SHORT_FORMAT.
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_FORMAT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used for format.
SHORT_STANDALONE - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name used independently, such as a month abbreviation as calendar headers.
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short after a widening primitive conversion.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short after a narrowing primitive conversion.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short, which may involve rounding or truncation.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shouldAccept(URI, HttpCookie) - Method in interface java.net.CookiePolicy
Will be called to see whether or not this cookie should be accepted.
shouldSpin(SynchronousQueue.TransferStack.SNode) - Method in class java.util.concurrent.SynchronousQueue.TransferStack
Returns true if node s is at head or there is an active fulfiller.
SHOWA - Static variable in class java.util.JapaneseImperialCalendar
The ERA constant designating the Showa era.
shuffle(List<?>) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
SHUT_RD - Static variable in class java.net.AbstractPlainSocketImpl
 
SHUT_WR - Static variable in class java.net.AbstractPlainSocketImpl
 
Shutdown - Class in java.lang
Package-private utility class containing data structures and logic governing the virtual-machine shutdown sequence.
Shutdown() - Constructor for class java.lang.Shutdown
 
shutdown() - Static method in class java.lang.Shutdown
 
shutdown() - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
shutdown() - Method in interface java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class java.util.concurrent.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownInput() - Method in class java.net.AbstractPlainSocketImpl
Shutdown read-half of the socket connection;
shutdownInput() - Method in class java.net.Socket
Places the input stream for this socket at "end of stream".
shutdownInput() - Method in class java.net.SocketImpl
Places the input stream for this socket at "end of stream".
shutdownNow() - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
shutdownNow() - Method in interface java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class java.util.concurrent.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownOutput() - Method in class java.net.AbstractPlainSocketImpl
Shutdown write-half of the socket connection;
shutdownOutput() - Method in class java.net.Socket
Disables the output stream for this socket.
shutdownOutput() - Method in class java.net.SocketImpl
Disables the output stream for this socket.
side - Variable in class java.util.TreeMap.TreeMapSpliterator
 
signal() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
SIGNAL - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
waitStatus value to indicate successor's thread needs unparking
signal() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves the longest-waiting thread, if one exists, from the wait queue for this condition to the wait queue for the owning lock.
SIGNAL - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
waitStatus value to indicate successor's thread needs unparking
signal() - Method in interface java.util.concurrent.locks.Condition
Wakes up one waiting thread.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject
Moves all threads from the wait queue for this condition to the wait queue for the owning lock.
signalAll() - Method in interface java.util.concurrent.locks.Condition
Wakes up all waiting threads.
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum(double) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.StrictMath
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleFormatter - Class in java.util.logging
Print a brief summary of the LogRecord in a human readable format.
SimpleFormatter() - Constructor for class java.util.logging.SimpleFormatter
 
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleTimeZone - Class in java.util
SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
SimpleTimeZone(int, String) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID with no daylight saving time schedule.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and rules for starting and ending the daylight time.
SIMPLIFIED_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.StrictMath
Returns the trigonometric sine of an angle.
Single(int) - Constructor for class java.util.regex.Pattern.Single
 
SingleI(int, int) - Constructor for class java.util.regex.Pattern.SingleI
 
SingleS(int) - Constructor for class java.util.regex.Pattern.SingleS
 
singleton(T) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonIterator(E) - Static method in class java.util.Collections
 
singletonList(T) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(K, V) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
singletonSpliterator(T) - Static method in class java.util.Collections
Creates a Spliterator with only the specified element
SingleU(int) - Constructor for class java.util.regex.Pattern.SingleU
 
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
sinh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic sine of a double value.
SINHALA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sinhala" Unicode character block.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
size() - Method in class java.util.AbstractCollection
 
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in class java.util.Collections.AsLIFOQueue
 
size() - Method in class java.util.Collections.CheckedCollection
 
size() - Method in class java.util.Collections.SynchronizedCollection
 
size() - Method in class java.util.Collections.UnmodifiableCollection
 
size() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns the number of elements in this queue.
size() - Method in interface java.util.concurrent.BlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
size() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
size() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
size() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
size() - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
size() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the number of elements in this list.
size() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class java.util.concurrent.DelayQueue
 
size() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns the number of elements in this deque.
size() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns the number of elements in this queue.
size() - Method in class java.util.concurrent.PriorityBlockingQueue
 
size() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
size() - Method in class java.util.concurrent.SynchronousQueue
Always returns zero.
size() - Method in interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.EnumMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashMap.EntrySet
 
size() - Method in class java.util.HashMap.KeySet
 
size - Variable in class java.util.HashMap
The number of key-value mappings contained in this map.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashMap.Values
 
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size - Variable in class java.util.IdentityHashMap
The number of key-value mappings contained in this identity hash map.
size() - Method in class java.util.IdentityHashMap
Returns the number of key-value mappings in this identity hash map.
size() - Method in class java.util.JumboEnumSet
Returns the number of elements in this set.
size() - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
size() - Method in class java.util.LinkedHashMap.LinkedKeySet
 
size() - Method in class java.util.LinkedHashMap.LinkedValues
 
size - Variable in class java.util.LinkedList
 
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in class java.util.PriorityQueue
 
size - Variable in class java.util.regex.Pattern.Branch
 
size() - Method in class java.util.RegularEnumSet
Returns the number of elements in this set.
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.SubList
 
size() - Method in class java.util.TaskQueue
Returns the number of tasks currently on the queue.
size() - Method in class java.util.TreeMap.EntrySet
 
size() - Method in class java.util.TreeMap.KeySet
 
size() - Method in class java.util.TreeMap.NavigableSubMap.EntrySetView
 
size() - Method in class java.util.TreeMap.NavigableSubMap
 
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.TreeMap.Values
 
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
size - Variable in class java.util.zip.ZipEntry
 
size() - Method in class java.util.zip.ZipFile
Returns the number of entries in the ZIP file.
sizeTable - Static variable in class java.lang.Integer
 
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skips characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skips characters.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from this input stream.
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterReader
Skips characters.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberInputStream
Deprecated.
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.LineNumberReader
Skip characters.
skip(long) - Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.PushbackReader
Skips characters.
skip(long) - Method in class java.io.Reader
Skips characters.
skip(long) - Method in class java.io.StringBufferInputStream
Deprecated.
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.StringReader
Skips the specified number of characters in the stream.
skip(long) - Method in class java.net.SocketInputStream
Skips n bytes of input.
skip(Pattern) - Method in class java.util.Scanner
Skips input that matches the specified pattern, ignoring delimiters.
skip(String) - Method in class java.util.Scanner
Skips input that matches a pattern constructed from the specified string.
skip(long) - Method in class java.util.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long) - Method in class java.util.zip.DeflaterInputStream
Skips over and discards data from the input stream.
skip(long) - Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long) - Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.ObjectInputStream
Skips bytes.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long) - Method in enum java.util.concurrent.TimeUnit
Performs a Thread.sleep using this time unit.
Slice(int[]) - Constructor for class java.util.regex.Pattern.Slice
 
SliceI(int[]) - Constructor for class java.util.regex.Pattern.SliceI
 
SliceIS(int[]) - Constructor for class java.util.regex.Pattern.SliceIS
 
SliceNode(int[]) - Constructor for class java.util.regex.Pattern.SliceNode
 
SliceS(int[]) - Constructor for class java.util.regex.Pattern.SliceS
 
SliceU(int[]) - Constructor for class java.util.regex.Pattern.SliceU
 
SliceUS(int[]) - Constructor for class java.util.regex.Pattern.SliceUS
 
slowCheckMemberAccess(Class<?>, Class<?>, Object, int, Class<?>) - Method in class java.lang.reflect.AccessibleObject
 
SMALL_FORM_VARIANTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Small Form Variants" Unicode character block.
snode(SynchronousQueue.TransferStack.SNode, Object, SynchronousQueue.TransferStack.SNode, int) - Static method in class java.util.concurrent.SynchronousQueue.TransferStack
Creates or resets fields of a node.
SNode(Object) - Constructor for class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
socket - Variable in class java.net.DatagramSocketImpl
The DatagramSocket or MulticastSocket that owns this impl
Socket - Class in java.net
This class implements client sockets (also called just "sockets").
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(Proxy) - Constructor for class java.net.Socket
Creates an unconnected socket, specifying the type of proxy, if any, that should be used regardless of any other settings.
Socket(SocketImpl) - Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Use DatagramSocket instead for UDP transport.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Deprecated.
Use DatagramSocket instead for UDP transport.
socket - Variable in class java.net.SocketImpl
The actual Socket object.
socketAccept(SocketImpl) - Method in class java.net.AbstractPlainSocketImpl
 
SocketAddress - Class in java.net
This class represents a Socket Address with no protocol attachment.
SocketAddress() - Constructor for class java.net.SocketAddress
 
socketAvailable() - Method in class java.net.AbstractPlainSocketImpl
 
socketBind(InetAddress, int) - Method in class java.net.AbstractPlainSocketImpl
 
socketClose() - Method in class java.net.AbstractPlainSocketImpl
 
socketClose0(boolean) - Method in class java.net.AbstractPlainSocketImpl
 
socketConnect(InetAddress, int, int) - Method in class java.net.AbstractPlainSocketImpl
 
socketCreate(boolean) - Method in class java.net.AbstractPlainSocketImpl
 
SocketException - Exception in java.net
Thrown to indicate that there is an error creating or accessing a Socket.
SocketException(String) - Constructor for exception java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketException() - Constructor for exception java.net.SocketException
Constructs a new SocketException with no detail message.
socketGetOption(int) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
socketGetOption(int, Object) - Method in class java.net.AbstractPlainSocketImpl
 
SocketHandler - Class in java.util.logging
Simple network logging Handler.
SocketHandler() - Constructor for class java.util.logging.SocketHandler
Create a SocketHandler, using only LogManager properties (or their defaults).
SocketHandler(String, int) - Constructor for class java.util.logging.SocketHandler
Construct a SocketHandler using a specified host and port.
SocketImpl - Class in java.net
The abstract class SocketImpl is a common superclass of all classes that actually implement sockets.
SocketImpl() - Constructor for class java.net.SocketImpl
 
SocketImplFactory - Interface in java.net
This interface defines a factory for socket implementations.
SocketInputStream - Class in java.net
This stream extends FileInputStream to implement a SocketInputStream.
SocketInputStream(AbstractPlainSocketImpl) - Constructor for class java.net.SocketInputStream
Creates a new SocketInputStream.
socketListen(int) - Method in class java.net.AbstractPlainSocketImpl
 
SocketOptions - Interface in java.net
Interface of methods to get/set socket options.
SocketOutputStream - Class in java.net
This stream extends FileOutputStream to implement a SocketOutputStream.
SocketOutputStream(AbstractPlainSocketImpl) - Constructor for class java.net.SocketOutputStream
Creates a new SocketOutputStream.
SocketPermission - Class in java.net
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
SocketPermission(String, int) - Constructor for class java.net.SocketPermission
 
SocketPermissionCollection - Class in java.net
if (init'd with IP, key is IP as string) if wildcard, its the wild card else its the cname?
*
SocketPermissionCollection() - Constructor for class java.net.SocketPermissionCollection
Create an empty SocketPermissions object.
socketSendUrgentData(int) - Method in class java.net.AbstractPlainSocketImpl
 
socketSetOption(int, Object) - Method in class java.net.AbstractPlainDatagramSocketImpl
 
socketSetOption(int, boolean, Object) - Method in class java.net.AbstractPlainSocketImpl
 
socketShutdown(int) - Method in class java.net.AbstractPlainSocketImpl
 
SocketTimeoutException - Exception in java.net
Signals that a timeout has occurred on a socket read or accept.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Construct a new SocketTimeoutException with no detailed message.
socksBind(InetSocketAddress) - Method in class java.net.SocksSocketImpl
Sends the Bind request to the SOCKS proxy.
SocksConsts - Interface in java.net
Constants used by the SOCKS protocol implementation.
SocksSocketImpl - Class in java.net
SOCKS (V4 & V5) TCP socket implementation (RFC 1928).
SocksSocketImpl() - Constructor for class java.net.SocksSocketImpl
 
SocksSocketImpl(String, int) - Constructor for class java.net.SocksSocketImpl
 
SocksSocketImpl(Proxy) - Constructor for class java.net.SocksSocketImpl
 
SoftReference<T> - Class in java.lang.ref
Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
SoftReference(T) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object.
SoftReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.SoftReference
Creates a new soft reference that refers to the given object and is registered with the given queue.
SORA_SOMPENG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sora Sompeng" Unicode character block.
sort(Comparator<? super E>) - Method in class java.util.ArrayList
 
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(Comparator<? super E>) - Method in class java.util.Collections.CheckedList
 
sort(List<T>) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
sort(Comparator<? super E>) - Method in class java.util.Collections.SynchronizedList
 
sort(Comparator<? super E>) - Method in class java.util.Collections.UnmodifiableList
 
sort(Comparator<? super E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
 
sort(Comparator<? super E>) - Method in interface java.util.List
Sorts this list according to the order induced by the specified Comparator.
sort(Comparator<? super E>) - Method in class java.util.Vector
 
SortedMap<K,V> - Interface in java.util
A Map that further provides a total ordering on its keys.
SortedSet<E> - Interface in java.util
A Set that further provides a total ordering on its elements.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
SPACE - Static variable in class java.util.regex.ASCII
 
SPACE_FREE - Static variable in class java.io.FileSystem
 
SPACE_SEPARATOR - Static variable in class java.lang.Character
General category "Zs" in the Unicode specification.
SPACE_TOTAL - Static variable in class java.io.FileSystem
 
SPACE_USABLE - Static variable in class java.io.FileSystem
 
SPACING_MODIFIER_LETTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Spacing Modifier Letters" Unicode character block.
spare - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
spare - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
SPECIALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Specials" Unicode character block.
specificToGenericStringHeader(StringBuilder) - Method in class java.lang.reflect.Constructor
 
specificToGenericStringHeader(StringBuilder) - Method in class java.lang.reflect.Method
 
specificToStringHeader(StringBuilder) - Method in class java.lang.reflect.Constructor
 
specificToStringHeader(StringBuilder) - Method in class java.lang.reflect.Method
 
spinForTimeoutThreshold - Static variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
The number of nanoseconds for which it is faster to spin rather than to use timed park.
spinForTimeoutThreshold - Static variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer
The number of nanoseconds for which it is faster to spin rather than to use timed park.
spinForTimeoutThreshold - Static variable in class java.util.concurrent.SynchronousQueue
The number of nanoseconds for which it is faster to spin rather than to use timed park.
split(String, int) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(String) - Method in class java.lang.String
Splits this string around matches of the given regular expression.
split(HashMap<K, V>, HashMap.Node<K, V>[], int, int) - Method in class java.util.HashMap.TreeNode
Splits nodes in a tree bin into lower and upper tree bins, or untreeifies if now too small.
split(CharSequence, int) - Method in class java.util.regex.Pattern
Splits the given input sequence around matches of this pattern.
split(CharSequence) - Method in class java.util.regex.Pattern
Splits the given input sequence around matches of this pattern.
splitAsStream(CharSequence) - Method in class java.util.regex.Pattern
Creates a stream from the given input sequence around matches of this pattern.
spliterator() - Method in interface java.lang.Iterable
Creates a Spliterator over the elements described by this Iterable.
spliterator() - Method in class java.util.ArrayDeque
Creates a late-binding and fail-fast Spliterator over the elements in this deque.
spliterator() - Method in class java.util.ArrayList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator(T[]) - Static method in class java.util.Arrays
Returns a Spliterator covering all of the specified array.
spliterator(T[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator covering the specified range of the specified array.
spliterator(int[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering all of the specified array.
spliterator(int[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfInt covering the specified range of the specified array.
spliterator(long[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering all of the specified array.
spliterator(long[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfLong covering the specified range of the specified array.
spliterator(double[]) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering all of the specified array.
spliterator(double[], int, int) - Static method in class java.util.Arrays
Returns a Spliterator.OfDouble covering the specified range of the specified array.
spliterator() - Method in interface java.util.Collection
Creates a Spliterator over the elements in this collection.
spliterator() - Method in class java.util.Collections.AsLIFOQueue
 
spliterator() - Method in class java.util.Collections.CheckedCollection
 
spliterator() - Method in class java.util.Collections.SynchronizedCollection
 
spliterator() - Method in class java.util.Collections.UnmodifiableCollection
 
spliterator() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
 
spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
 
spliterator() - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
 
spliterator() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
spliterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a Spliterator over the elements in this set.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a Spliterator over the elements in this list.
spliterator() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns a Spliterator over the elements in this set in the order in which these elements were added.
spliterator() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns a Spliterator over the elements in this deque.
spliterator() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns a Spliterator over the elements in this queue.
spliterator() - Method in class java.util.concurrent.SynchronousQueue
Returns an empty spliterator in which calls to Spliterator.trySplit() always return null.
spliterator() - Method in class java.util.HashMap.EntrySet
 
spliterator() - Method in class java.util.HashMap.KeySet
 
spliterator() - Method in class java.util.HashMap.Values
 
spliterator() - Method in class java.util.HashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedHashMap.LinkedEntrySet
 
spliterator() - Method in class java.util.LinkedHashMap.LinkedKeySet
 
spliterator() - Method in class java.util.LinkedHashMap.LinkedValues
 
spliterator() - Method in class java.util.LinkedHashSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.LinkedList
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spliterator() - Method in interface java.util.List
Creates a Spliterator over the elements in this list.
spliterator() - Method in class java.util.PriorityQueue
Creates a late-binding and fail-fast Spliterator over the elements in this queue.
spliterator() - Method in interface java.util.Set
Creates a Spliterator over the elements in this set.
spliterator() - Method in interface java.util.SortedSet
Creates a Spliterator over the elements in this sorted set.
spliterator() - Method in class java.util.TreeMap.EntrySet
 
spliterator() - Method in class java.util.TreeMap.KeySet
 
spliterator() - Method in class java.util.TreeMap.Values
 
spliterator() - Method in class java.util.TreeSet
Creates a late-binding and fail-fast Spliterator over the elements in this set.
spliterator() - Method in class java.util.Vector
Creates a late-binding and fail-fast Spliterator over the elements in this list.
spread(int) - Static method in class java.util.concurrent.ConcurrentHashMap
Spreads (XORs) higher bits of hash to lower and also forces top bit to 0.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.StrictMath
Returns the correctly rounded positive square root of a double value.
ST_CONNECTED - Static variable in class java.net.DatagramSocket
 
ST_CONNECTED_NO_IMPL - Static variable in class java.net.DatagramSocket
 
ST_NOT_CONNECTED - Static variable in class java.net.DatagramSocket
 
stack - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
stack - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
Stack<E> - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - Error in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace, as returned by Throwable.getStackTrace().
StackTraceElement(String, String, String, int) - Constructor for class java.lang.StackTraceElement
Creates a stack trace element representing the specified execution point.
STANDALONE_MASK - Static variable in class java.util.Calendar
 
STANDARD_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as standard time.
start() - Method in class java.lang.ProcessBuilder
Starts a new process using the attributes of this process builder.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start - Variable in class java.util.logging.MemoryHandler
 
start() - Method in class java.util.regex.Matcher
Returns the start index of the previous match.
start(int) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given group during the previous match operation.
start(String) - Method in class java.util.regex.Matcher
Returns the start index of the subsequence captured by the given named-capturing group during the previous match operation.
start() - Method in interface java.util.regex.MatchResult
Returns the start index of the match.
start(int) - Method in interface java.util.regex.MatchResult
Returns the start index of the subsequence captured by the given group during this match.
Start(Pattern.Node) - Constructor for class java.util.regex.Pattern.Start
 
START_PUNCTUATION - Static variable in class java.lang.Character
General category "Ps" in the Unicode specification.
StartS(Pattern.Node) - Constructor for class java.util.regex.Pattern.StartS
 
startsWith(String, int) - Method in class java.lang.String
Tests if the substring of this string beginning at the specified index starts with the specified prefix.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
state - Variable in class java.util.TimerTask
The state of this task, chosen from the constants below.
STATIC - Static variable in class java.lang.reflect.Modifier
The int value representing the static modifier.
stop() - Method in class java.lang.Thread
Deprecated.
This method is inherently unsafe. Stopping a thread with Thread.stop causes it to unlock all of the monitors that it has locked (as a natural consequence of the unchecked ThreadDeath exception propagating up the stack). If any of the objects previously protected by these monitors were in an inconsistent state, the damaged objects become visible to other threads, potentially resulting in arbitrary behavior. Many uses of stop should be replaced by code that simply modifies some variable to indicate that the target thread should stop running. The target thread should check this variable regularly, and return from its run method in an orderly fashion if the variable indicates that it is to stop running. If the target thread waits for long periods (on a condition variable, for example), the interrupt method should be used to interrupt the wait. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop(Throwable) - Method in class java.lang.Thread
Deprecated.
This method was originally designed to force a thread to stop and throw a given Throwable as an exception. It was inherently unsafe (see Thread.stop() for details), and furthermore could be used to generate exceptions that the target thread was not prepared to handle. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
stop() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently unsafe. See Thread.stop() for details.
store(Writer, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
STORED - Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED - Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
storeToXML(OutputStream, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table.
storeToXML(OutputStream, String, String) - Method in class java.util.Properties
Emits an XML document representing all of the properties contained in this table, using the specified encoding.
stream - Variable in class java.net.AbstractPlainSocketImpl
 
stream(T[]) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified array as its source.
stream(T[], int, int) - Static method in class java.util.Arrays
Returns a sequential Stream with the specified range of the specified array as its source.
stream(int[]) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified array as its source.
stream(int[], int, int) - Static method in class java.util.Arrays
Returns a sequential IntStream with the specified range of the specified array as its source.
stream(long[]) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified array as its source.
stream(long[], int, int) - Static method in class java.util.Arrays
Returns a sequential LongStream with the specified range of the specified array as its source.
stream(double[]) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified array as its source.
stream(double[], int, int) - Static method in class java.util.Arrays
Returns a sequential DoubleStream with the specified range of the specified array as its source.
stream() - Method in class java.util.BitSet
Returns a stream of indices for which this BitSet contains a bit in the set state.
stream() - Method in interface java.util.Collection
Returns a sequential Stream with this collection as its source.
stream() - Method in class java.util.Collections.AsLIFOQueue
 
stream() - Method in class java.util.Collections.CheckedCollection
 
stream() - Method in class java.util.Collections.SynchronizedCollection
 
stream() - Method in class java.util.Collections.UnmodifiableCollection
 
stream() - Method in class java.util.zip.ZipFile
Return an ordered Stream over the ZIP file entries.
STREAM_MAGIC - Static variable in interface java.io.ObjectStreamConstants
Magic number that is written to the stream header.
STREAM_VERSION - Static variable in interface java.io.ObjectStreamConstants
Version number that is written to the stream header.
StreamCorruptedException - Exception in java.io
Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException(String) - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list a reason why thrown.
StreamCorruptedException() - Constructor for exception java.io.StreamCorruptedException
Create a StreamCorruptedException and list no reason why thrown.
StreamHandler - Class in java.util.logging
Stream based logging Handler.
StreamHandler() - Constructor for class java.util.logging.StreamHandler
Create a StreamHandler, with no current output stream.
StreamHandler(OutputStream, Formatter) - Constructor for class java.util.logging.StreamHandler
Create a StreamHandler with a given Formatter and output stream.
StreamTokenizer - Class in java.io
The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Deprecated.
As of JDK version 1.1, the preferred way to tokenize an input stream is to convert it into a character stream, for example:
   Reader r = new BufferedReader(new InputStreamReader(is));
   StreamTokenizer st = new StreamTokenizer(r);
 
StreamTokenizer(Reader) - Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
STRICT - Static variable in class java.lang.reflect.Modifier
The int value representing the strictfp modifier.
StrictMath - Class in java.lang
The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(int[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the Unicode code point array argument.
String(byte[], int, int, int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int) - Constructor for class java.lang.String
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the String constructors that take a Charset, charset name, or that use the platform's default charset.
String(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], int, int, Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], Charset) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(StringBuilder) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string builder argument.
String(char[], boolean) - Constructor for class java.lang.String
 
StringBuffer - Class in java.lang
A thread-safe, mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBufferInputStream - Class in java.io
Deprecated.
This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Deprecated.
Creates a string input stream to read data from the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringCoding - Class in java.lang
Utility class for string encoding and decoding.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
stringPropertyNames() - Method in class java.util.Properties
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
stringSize(int) - Static method in class java.lang.Integer
 
stringSize(long) - Static method in class java.lang.Long
 
StringTokenizer - Class in java.util
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
stripExtensions() - Method in class java.util.Locale
Returns a copy of this Locale with no extensions.
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.BackRef
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.BnM
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Branch
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.BranchConn
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.CIBackRef
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Conditional
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Curly
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Dollar
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.First
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.GroupCurly
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.GroupRef
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.LazyLoop
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.LineEnding
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Loop
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Node
This method is good for all zero length assertions.
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Prolog
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Ques
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.SliceNode
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.Start
 
study(Pattern.TreeInfo) - Method in class java.util.regex.Pattern.UnixDollar
 
subCeiling(K) - Method in class java.util.TreeMap.AscendingSubMap
 
subCeiling(K) - Method in class java.util.TreeMap.DescendingSubMap
 
subCeiling(K) - Method in class java.util.TreeMap.NavigableSubMap
 
SUBCLASS_IMPLEMENTATION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable overriding of readObject and writeObject.
subFloor(K) - Method in class java.util.TreeMap.AscendingSubMap
 
subFloor(K) - Method in class java.util.TreeMap.DescendingSubMap
 
subFloor(K) - Method in class java.util.TreeMap.NavigableSubMap
 
subHigher(K) - Method in class java.util.TreeMap.AscendingSubMap
 
subHigher(K) - Method in class java.util.TreeMap.DescendingSubMap
 
subHigher(K) - Method in class java.util.TreeMap.NavigableSubMap
 
subHighest() - Method in class java.util.TreeMap.AscendingSubMap
 
subHighest() - Method in class java.util.TreeMap.DescendingSubMap
 
subHighest() - Method in class java.util.TreeMap.NavigableSubMap
 
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Collections.CheckedList
 
subList(int, int) - Method in class java.util.Collections.CheckedRandomAccessList
 
subList(int, int) - Method in class java.util.Collections.SynchronizedList
 
subList(int, int) - Method in class java.util.Collections.SynchronizedRandomAccessList
 
subList(int, int) - Method in class java.util.Collections.UnmodifiableList
 
subList(int, int) - Method in class java.util.Collections.UnmodifiableRandomAccessList
 
subList(int, int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a view of the portion of this list between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.RandomAccessSubList
 
SubList<E> - Class in java.util
 
SubList(AbstractList<E>, int, int) - Constructor for class java.util.SubList
 
subList(int, int) - Method in class java.util.SubList
 
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subListRangeCheck(int, int, int) - Static method in class java.util.ArrayList
 
subLower(K) - Method in class java.util.TreeMap.AscendingSubMap
 
subLower(K) - Method in class java.util.TreeMap.DescendingSubMap
 
subLower(K) - Method in class java.util.TreeMap.NavigableSubMap
 
subLowest() - Method in class java.util.TreeMap.AscendingSubMap
 
subLowest() - Method in class java.util.TreeMap.DescendingSubMap
 
subLowest() - Method in class java.util.TreeMap.NavigableSubMap
 
subMap(K, K) - Method in class java.util.Collections.CheckedNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.Collections.CheckedNavigableMap
 
subMap(K, K) - Method in class java.util.Collections.CheckedSortedMap
 
subMap(K, K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.Collections.SynchronizedNavigableMap
 
subMap(K, K) - Method in class java.util.Collections.SynchronizedSortedMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
subMap(K, K) - Method in class java.util.Collections.UnmodifiableSortedMap
 
subMap(K, boolean, K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
subMap(K, K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap
SubMap(ConcurrentSkipListMap<K, V>, K, boolean, K, boolean, boolean) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.SubMap
Creates a new submap, initializing all fields.
subMap(K, boolean, K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
subMap(K, K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap.AscendingSubMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap.DescendingSubMap
 
subMap(K, K) - Method in class java.util.TreeMap.NavigableSubMap
 
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
subMap(K, K) - Method in class java.util.TreeMap
SubMapEntryIterator() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapEntryIterator
 
SubMapEntryIterator(TreeMap.Entry<K, V>, TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.NavigableSubMap.SubMapEntryIterator
 
SubMapIter() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
SubMapIterator(TreeMap.Entry<K, V>, TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.NavigableSubMap.SubMapIterator
 
SubMapKeyIterator() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapKeyIterator
 
SubMapKeyIterator(TreeMap.Entry<K, V>, TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
SubMapValueIterator() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapValueIterator
 
submit(Runnable) - Method in class java.util.concurrent.AbstractExecutorService
submit(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
submit(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
submit(Callable<V>) - Method in interface java.util.concurrent.CompletionService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, V) - Method in interface java.util.concurrent.CompletionService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Callable<V>) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Runnable, V) - Method in class java.util.concurrent.ExecutorCompletionService
 
submit(Runnable) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
submit(Callable<T>) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
submit(Runnable, T) - Method in class java.util.concurrent.Executors.DelegatedExecutorService
 
submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
submit(Runnable, T) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
submit(Callable<T>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
subSequence(int, int) - Method in class java.lang.AbstractStringBuilder
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
 
Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
subSet(E, E) - Method in class java.util.Collections.CheckedNavigableSet
 
subSet(E, boolean, E, boolean) - Method in class java.util.Collections.CheckedNavigableSet
 
subSet(E, E) - Method in class java.util.Collections.CheckedSortedSet
 
subSet(E, E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
subSet(E, boolean, E, boolean) - Method in class java.util.Collections.SynchronizedNavigableSet
 
subSet(E, E) - Method in class java.util.Collections.SynchronizedSortedSet
 
subSet(E, boolean, E, boolean) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
subSet(E, E) - Method in class java.util.Collections.UnmodifiableSortedSet
 
subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
subSet(E, boolean, E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
subSet(E, E) - Method in class java.util.concurrent.ConcurrentSkipListSet
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, boolean, E, boolean) - Method in class java.util.TreeMap.KeySet
 
subSet(E, E) - Method in class java.util.TreeMap.KeySet
 
subSet(E, boolean, E, boolean) - Method in class java.util.TreeSet
subSet(E, E) - Method in class java.util.TreeSet
SUBSTITUTION_PERMISSION - Static variable in interface java.io.ObjectStreamConstants
Enable substitution of one object for another during serialization/deserialization.
substring(int) - Method in class java.lang.AbstractStringBuilder
Returns a new String that contains a subsequence of characters currently contained in this character sequence.
substring(int, int) - Method in class java.lang.AbstractStringBuilder
Returns a new String that contains a subsequence of characters currently contained in this sequence.
substring(int) - Method in class java.lang.String
Returns a string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
 
substring(int, int) - Method in class java.lang.StringBuffer
 
subtractExact(int, int) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.Math
Returns the difference of the arguments, throwing an exception if the result overflows a long.
subtractExact(int, int) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Static method in class java.lang.StrictMath
Returns the difference of the arguments, throwing an exception if the result overflows a long.
succ(ConcurrentLinkedQueue.Node<E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns the successor of p, or the head node if p.next has been linked to self, which will only be true if traversing with a stale pointer that is now off the list.
successor(TreeMap.Entry<K, V>) - Static method in class java.util.TreeMap
Returns the successor of the specified Entry, or null if no such.
sum(double, double) - Static method in class java.lang.Double
Adds two double values together as per the + operator.
sum(float, float) - Static method in class java.lang.Float
Adds two float values together as per the + operator.
sum(int, int) - Static method in class java.lang.Integer
Adds two integers together as per the + operator.
sum(long, long) - Static method in class java.lang.Long
Adds two long values together as per the + operator.
sumCount() - Method in class java.util.concurrent.ConcurrentHashMap
 
SUNDANESE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese" Unicode character block.
SUNDANESE_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Sundanese Supplement" Unicode character block.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Superscripts and Subscripts" Unicode character block.
SUPPLEMENTAL_ARROWS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-A" Unicode character block.
SUPPLEMENTAL_ARROWS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Arrows-B" Unicode character block.
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Mathematical Operators" Unicode character block.
SUPPLEMENTAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplemental Punctuation" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-A" Unicode character block.
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Supplementary Private Use Area-B" Unicode character block.
SuppliedThreadLocal(Supplier<? extends T>) - Constructor for class java.lang.ThreadLocal.SuppliedThreadLocal
 
supportsMulticast() - Method in class java.net.NetworkInterface
Returns whether a network interface supports multicasting or not.
supportsUrgentData() - Method in class java.net.AbstractPlainSocketImpl
 
supportsUrgentData() - Method in class java.net.SocketImpl
Returns whether or not this SocketImpl supports sending urgent data.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
SURROGATE - Static variable in class java.lang.Character
General category "Cs" in the Unicode specification.
SURROGATES_AREA - Static variable in class java.lang.Character.UnicodeBlock
Deprecated.
As of J2SE 5, use Character.UnicodeBlock.HIGH_SURROGATES, Character.UnicodeBlock.HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES. These new constants match the block definitions of the Unicode Standard. The Character.UnicodeBlock.of(char) and Character.UnicodeBlock.of(int) methods return the new constants, not SURROGATES_AREA.
suspend() - Method in class java.lang.Thread
Deprecated.
This method has been deprecated, as it is inherently deadlock-prone. If the target thread holds a lock on the monitor protecting a critical system resource when it is suspended, no thread can access this resource until the target thread is resumed. If the thread that would resume the target thread attempts to lock this monitor prior to calling resume, deadlock results. Such deadlocks typically manifest themselves as "frozen" processes. For more information, see Why are Thread.stop, Thread.suspend and Thread.resume Deprecated?.
suspend() - Method in class java.lang.ThreadGroup
Deprecated.
This method is inherently deadlock-prone. See Thread.suspend() for details.
sval - Variable in class java.io.StreamTokenizer
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions in the specified list.
SYLOTI_NAGRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syloti Nagri" Unicode character block.
Sync() - Constructor for class java.util.concurrent.locks.ReentrantLock.Sync
 
sync - Variable in class java.util.concurrent.locks.ReentrantReadWriteLock
Performs all synchronization mechanics
Sync() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
Sync(int) - Constructor for class java.util.concurrent.Semaphore.Sync
 
sync() - Method in class java.util.prefs.AbstractPreferences
Implements the sync method as per the specification in Preferences.sync().
sync() - Method in class java.util.prefs.Preferences
Ensures that future reads from this preference node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
SYNC_FLUSH - Static variable in class java.util.zip.Deflater
Compression flush mode used to flush out all pending output; may degrade compression for some compression algorithms.
SyncFailedException - Exception in java.io
Signals that a sync operation has failed.
SyncFailedException(String) - Constructor for exception java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
SYNCHRONIZED - Static variable in class java.lang.reflect.Modifier
The int value representing the synchronized modifier.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedCollection(Collection<T>, Object) - Static method in class java.util.Collections
 
SynchronizedCollection(Collection<E>) - Constructor for class java.util.Collections.SynchronizedCollection
 
SynchronizedCollection(Collection<E>, Object) - Constructor for class java.util.Collections.SynchronizedCollection
 
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedList(List<T>, Object) - Static method in class java.util.Collections
 
SynchronizedList(List<E>) - Constructor for class java.util.Collections.SynchronizedList
 
SynchronizedList(List<E>, Object) - Constructor for class java.util.Collections.SynchronizedList
 
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
SynchronizedNavigableMap(NavigableMap<K, V>) - Constructor for class java.util.Collections.SynchronizedNavigableMap
 
SynchronizedNavigableMap(NavigableMap<K, V>, Object) - Constructor for class java.util.Collections.SynchronizedNavigableMap
 
synchronizedNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
SynchronizedNavigableSet(NavigableSet<E>) - Constructor for class java.util.Collections.SynchronizedNavigableSet
 
SynchronizedNavigableSet(NavigableSet<E>, Object) - Constructor for class java.util.Collections.SynchronizedNavigableSet
 
SynchronizedRandomAccessList(List<E>) - Constructor for class java.util.Collections.SynchronizedRandomAccessList
 
SynchronizedRandomAccessList(List<E>, Object) - Constructor for class java.util.Collections.SynchronizedRandomAccessList
 
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSet(Set<T>, Object) - Static method in class java.util.Collections
 
SynchronizedSet(Set<E>) - Constructor for class java.util.Collections.SynchronizedSet
 
SynchronizedSet(Set<E>, Object) - Constructor for class java.util.Collections.SynchronizedSet
 
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
SynchronizedSortedMap(SortedMap<K, V>) - Constructor for class java.util.Collections.SynchronizedSortedMap
 
SynchronizedSortedMap(SortedMap<K, V>, Object) - Constructor for class java.util.Collections.SynchronizedSortedMap
 
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
SynchronizedSortedSet(SortedSet<E>) - Constructor for class java.util.Collections.SynchronizedSortedSet
 
SynchronizedSortedSet(SortedSet<E>, Object) - Constructor for class java.util.Collections.SynchronizedSortedSet
 
SynchronousQueue<E> - Class in java.util.concurrent
A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa.
SynchronousQueue() - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with nonfair access policy.
SynchronousQueue(boolean) - Constructor for class java.util.concurrent.SynchronousQueue
Creates a SynchronousQueue with the specified fairness policy.
SynchronousQueue.FifoWaitQueue - Class in java.util.concurrent
 
SynchronousQueue.LifoWaitQueue - Class in java.util.concurrent
 
SynchronousQueue.Transferer<E> - Class in java.util.concurrent
Shared internal API for dual stacks and queues.
SynchronousQueue.TransferQueue<E> - Class in java.util.concurrent
Dual Queue
SynchronousQueue.TransferQueue.QNode - Class in java.util.concurrent
Node class for TransferQueue.
SynchronousQueue.TransferStack<E> - Class in java.util.concurrent
Dual stack
SynchronousQueue.TransferStack.SNode - Class in java.util.concurrent
Node class for TransferStacks.
SynchronousQueue.WaitQueue - Class in java.util.concurrent
 
syncSpi() - Method in class java.util.prefs.AbstractPreferences
This method is invoked with this node locked.
SYNTHETIC - Static variable in class java.lang.reflect.Modifier
 
SYRIAC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Syriac" Unicode character block.
System - Class in java.lang
The System class contains several useful class fields and methods.
SYSTEM_LOGGER_RB_NAME - Static variable in class java.util.logging.Logger
 
SystemClassLoaderAction - Class in java.lang
 
SystemClassLoaderAction(ClassLoader) - Constructor for class java.lang.SystemClassLoaderAction
 
SystemLoggerContext() - Constructor for class java.util.logging.LogManager.SystemLoggerContext
 
systemNodeForPackage(Class<?>) - Static method in class java.util.prefs.Preferences
Returns the preference node from the system preference tree that is associated (by convention) with the specified class's package.
systemRoot() - Static method in class java.util.prefs.Preferences
Returns the root preference node for the system.
systemRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the system root preference node.

T

tab - Variable in class java.util.concurrent.ConcurrentHashMap.BulkTask
 
tab - Variable in class java.util.concurrent.ConcurrentHashMap.TableStack
 
tab - Variable in class java.util.concurrent.ConcurrentHashMap.Traverser
 
tabAt(ConcurrentHashMap.Node<K, V>[], int) - Static method in class java.util.concurrent.ConcurrentHashMap
 
table - Variable in class java.util.concurrent.ConcurrentHashMap
The array of bins.
table - Variable in class java.util.HashMap
The table, initialized on first use, and resized as necessary.
table - Variable in class java.util.IdentityHashMap
The table, resized as necessary.
table - Variable in class java.util.WeakHashMap
The table, resized as necessary.
tableSizeFor(int) - Static method in class java.util.HashMap
Returns a power of two size for the given target capacity.
TableStack() - Constructor for class java.util.concurrent.ConcurrentHashMap.TableStack
 
TAGALOG - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tagalog" Unicode character block.
TAGBANWA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tagbanwa" Unicode character block.
TAGS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tags" Unicode character block.
TAI_LE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Le" Unicode character block.
TAI_THAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Tham" Unicode character block.
TAI_VIET - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Viet" Unicode character block.
TAI_XUAN_JING_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tai Xuan Jing Symbols" Unicode character block.
tail - Variable in class java.util.ArrayDeque
The index at which the next element would be added to the tail of the deque (via addLast(E), add(E), or push(E)).
tail - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue
Tail of queue
tail - Variable in class java.util.LinkedHashMap
The tail (youngest) of the doubly linked list.
tailMap(K) - Method in class java.util.Collections.CheckedNavigableMap
 
tailMap(K, boolean) - Method in class java.util.Collections.CheckedNavigableMap
 
tailMap(K) - Method in class java.util.Collections.CheckedSortedMap
 
tailMap(K) - Method in class java.util.Collections.SynchronizedNavigableMap
 
tailMap(K, boolean) - Method in class java.util.Collections.SynchronizedNavigableMap
 
tailMap(K) - Method in class java.util.Collections.SynchronizedSortedMap
 
tailMap(K, boolean) - Method in class java.util.Collections.UnmodifiableNavigableMap
 
tailMap(K) - Method in class java.util.Collections.UnmodifiableSortedMap
 
tailMap(K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
tailMap(K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
tailMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
tailMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
tailMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
tailMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
tailMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
tailMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K, boolean) - Method in class java.util.TreeMap.AscendingSubMap
 
tailMap(K, boolean) - Method in class java.util.TreeMap.DescendingSubMap
 
tailMap(K) - Method in class java.util.TreeMap.NavigableSubMap
 
tailMap(K, boolean) - Method in class java.util.TreeMap
tailMap(K) - Method in class java.util.TreeMap
tailSet(E) - Method in class java.util.Collections.CheckedNavigableSet
 
tailSet(E, boolean) - Method in class java.util.Collections.CheckedNavigableSet
 
tailSet(E) - Method in class java.util.Collections.CheckedSortedSet
 
tailSet(E) - Method in class java.util.Collections.SynchronizedNavigableSet
 
tailSet(E, boolean) - Method in class java.util.Collections.SynchronizedNavigableSet
 
tailSet(E) - Method in class java.util.Collections.SynchronizedSortedSet
 
tailSet(E, boolean) - Method in class java.util.Collections.UnmodifiableNavigableSet
 
tailSet(E) - Method in class java.util.Collections.UnmodifiableSortedSet
 
tailSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
tailSet(E) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
tailSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
tailSet(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
tailSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
tailSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E, boolean) - Method in class java.util.TreeMap.KeySet
 
tailSet(E) - Method in class java.util.TreeMap.KeySet
 
tailSet(E, boolean) - Method in class java.util.TreeSet
tailSet(E) - Method in class java.util.TreeSet
TAISHO - Static variable in class java.util.JapaneseImperialCalendar
The ERA constant designating the Taisho era.
TAIWAN - Static variable in class java.util.Locale
Useful constant for country.
take() - Method in class java.util.concurrent.ArrayBlockingQueue
 
take() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting if necessary until an element becomes available.
take() - Method in interface java.util.concurrent.BlockingQueue
Retrieves and removes the head of this queue, waiting if necessary until an element becomes available.
take() - Method in interface java.util.concurrent.CompletionService
Retrieves and removes the Future representing the next completed task, waiting if none are yet present.
take() - Method in class java.util.concurrent.DelayQueue
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue.
take() - Method in class java.util.concurrent.ExecutorCompletionService
 
take() - Method in class java.util.concurrent.LinkedBlockingDeque
 
take() - Method in class java.util.concurrent.LinkedBlockingQueue
 
take() - Method in class java.util.concurrent.PriorityBlockingQueue
 
take() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
take() - Method in class java.util.concurrent.SynchronousQueue
Retrieves and removes the head of this queue, waiting if necessary for another thread to insert it.
takeFirst() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the first element of this deque, waiting if necessary until an element becomes available.
takeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
 
takeIndex - Variable in class java.util.concurrent.ArrayBlockingQueue
items index for next take, poll, peek or remove
takeIndexWrapped() - Method in class java.util.concurrent.ArrayBlockingQueue.Itrs
Called whenever takeIndex wraps around to 0.
takeLast() - Method in interface java.util.concurrent.BlockingDeque
Retrieves and removes the last element of this deque, waiting if necessary until an element becomes available.
takeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
 
TAKRI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Takri" Unicode character block.
TAMIL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tamil" Unicode character block.
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.StrictMath
Returns the trigonometric tangent of an angle.
tanh(double) - Static method in class java.lang.Math
Returns the hyperbolic tangent of a double value.
tanh(double) - Static method in class java.lang.StrictMath
Returns the hyperbolic tangent of a double value.
Target - Annotation Type in java.lang.annotation
Indicates the contexts in which an annotation type is applicable.
task - Variable in class java.util.concurrent.Executors.RunnableAdapter
 
TaskQueue - Class in java.util
This class represents a timer task queue: a priority queue of TimerTasks, ordered on nextExecutionTime.
TaskQueue() - Constructor for class java.util.TaskQueue
 
TC_ARRAY - Static variable in interface java.io.ObjectStreamConstants
new Array.
TC_BASE - Static variable in interface java.io.ObjectStreamConstants
First tag value.
TC_BLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
Block of optional data.
TC_BLOCKDATALONG - Static variable in interface java.io.ObjectStreamConstants
long Block data.
TC_CLASS - Static variable in interface java.io.ObjectStreamConstants
Reference to Class.
TC_CLASSDESC - Static variable in interface java.io.ObjectStreamConstants
new Class Descriptor.
TC_ENDBLOCKDATA - Static variable in interface java.io.ObjectStreamConstants
End of optional block data blocks for an object.
TC_ENUM - Static variable in interface java.io.ObjectStreamConstants
new Enum constant.
TC_EXCEPTION - Static variable in interface java.io.ObjectStreamConstants
Exception during write.
TC_LONGSTRING - Static variable in interface java.io.ObjectStreamConstants
Long string.
TC_MAX - Static variable in interface java.io.ObjectStreamConstants
Last tag value.
TC_NULL - Static variable in interface java.io.ObjectStreamConstants
Null object reference.
TC_OBJECT - Static variable in interface java.io.ObjectStreamConstants
new Object.
TC_PROXYCLASSDESC - Static variable in interface java.io.ObjectStreamConstants
new Proxy Class Descriptor.
TC_REFERENCE - Static variable in interface java.io.ObjectStreamConstants
Reference to an object already written into the stream.
TC_RESET - Static variable in interface java.io.ObjectStreamConstants
Reset stream context.
TC_STRING - Static variable in interface java.io.ObjectStreamConstants
new String.
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Disable Nagle's algorithm for this connection.
TELUGU - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Telugu" Unicode character block.
terminated() - Method in class java.util.concurrent.ThreadPoolExecutor
Method invoked when the Executor has terminated.
text - Variable in class java.util.regex.Matcher
The original string being matched.
THAANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Thaana" Unicode character block.
THAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Thai" Unicode character block.
thenComparing(Comparator<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with another comparator.
thenComparing(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a key to be compared with the given Comparator.
thenComparing(Function<? super T, ? extends U>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a Comparable sort key.
thenComparingDouble(ToDoubleFunction<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a double sort key.
thenComparingInt(ToIntFunction<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a int sort key.
thenComparingLong(ToLongFunction<? super T>) - Method in interface java.util.Comparator
Returns a lexicographic-order comparator with a function that extracts a long sort key.
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, AccessControlContext) - Constructor for class java.lang.Thread
Creates a new Thread that inherits the given AccessControlContext.
Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, Runnable, String, long) - Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group, and has the specified stack size.
thread - Variable in class java.util.concurrent.FutureTask.WaitNode
 
thread - Variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
The thread that enqueued this node.
thread - Variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
The thread that enqueued this node.
Thread.State - Enum in java.lang
A thread state.
Thread.UncaughtExceptionHandler - Interface in java.lang
Interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception.
Thread.WeakClassKey - Class in java.lang
Weak key for Class objects.
THREAD_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
String representation of the ObjectName for the ThreadMXBean.
ThreadDeath - Error in java.lang
An instance of ThreadDeath is thrown in the victim thread when the (deprecated) Thread.stop() method is invoked.
ThreadDeath() - Constructor for error java.lang.ThreadDeath
 
ThreadFactory - Interface in java.util.concurrent
An object that creates new threads on demand.
ThreadGroup - Class in java.lang
A thread group represents a set of threads.
ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
Constructs a new thread group.
ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
Creates a new thread group.
ThreadInfo - Class in java.lang.management
Thread information.
ThreadLocal<T> - Class in java.lang
This class provides thread-local variables.
ThreadLocal() - Constructor for class java.lang.ThreadLocal
Creates a thread local variable.
ThreadLocal.SuppliedThreadLocal<T> - Class in java.lang
An extension of ThreadLocal that obtains its initial value from the specified Supplier.
ThreadLocal.ThreadLocalMap - Class in java.lang
ThreadLocalMap is a customized hash map suitable only for maintaining thread local values.
ThreadLocal.ThreadLocalMap.Entry - Class in java.lang
The entries in this hash map extend WeakReference, using its main ref field as the key (which is always a ThreadLocal object).
ThreadLocalHoldCounter() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.Sync.ThreadLocalHoldCounter
 
ThreadLocalMap(ThreadLocal<?>, Object) - Constructor for class java.lang.ThreadLocal.ThreadLocalMap
Construct a new map initially containing (firstKey, firstValue).
threadLocalRandomProbe - Variable in class java.lang.Thread
Probe hash value; nonzero if threadLocalRandomSeed initialized
threadLocalRandomSecondarySeed - Variable in class java.lang.Thread
Secondary seed isolated from public ThreadLocalRandom sequence
threadLocalRandomSeed - Variable in class java.lang.Thread
The current seed for a ThreadLocalRandom
threadLocals - Variable in class java.lang.Thread
 
ThreadMXBean - Interface in java.lang.management
The management interface for the thread system of the Java virtual machine.
ThreadPoolExecutor - Class in java.util.concurrent
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory and rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class java.util.concurrent.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters.
ThreadPoolExecutor.AbortPolicy - Class in java.util.concurrent
A handler for rejected tasks that throws a RejectedExecutionException.
ThreadPoolExecutor.CallerRunsPolicy - Class in java.util.concurrent
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardOldestPolicy - Class in java.util.concurrent
A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardPolicy - Class in java.util.concurrent
A handler for rejected tasks that silently discards the rejected task.
threads - Variable in class java.lang.ThreadGroup
 
threadStartFailed(Thread) - Method in class java.lang.ThreadGroup
Notifies the group that the thread t has failed an attempt to start.
threadTerminated(Thread) - Method in class java.lang.ThreadGroup
Notifies the group that the thread t has terminated.
threshold - Variable in class java.util.HashMap
The next size value at which to resize (capacity * load factor).
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new throwable with null as its detail message.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message.
Throwable(String, Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message and cause.
Throwable(Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Throwable(String, Throwable, boolean, boolean) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
throwing(String, String, Throwable) - Method in class java.util.logging.Logger
Log throwing an exception.
THURSDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Thursday.
TIBETAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tibetan" Unicode character block.
tid - Variable in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync.HoldCounter
 
tieBreakOrder(Object, Object) - Static method in class java.util.concurrent.ConcurrentHashMap.TreeBin
Tie-breaking utility for ordering insertions when equal hashCodes and non-comparable.
tieBreakOrder(Object, Object) - Static method in class java.util.HashMap.TreeNode
Tie-breaking utility for ordering insertions when equal hashCodes and non-comparable.
TIFINAGH - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Tifinagh" Unicode character block.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
time - Variable in class java.util.zip.ZipEntry
 
timedJoin(Thread, long) - Method in enum java.util.concurrent.TimeUnit
Performs a timed Thread.join using this time unit.
timedWait(Object, long) - Method in enum java.util.concurrent.TimeUnit
Performs a timed Object.wait using this time unit.
timeout - Variable in class java.net.AbstractPlainDatagramSocketImpl
 
timeout - Variable in class java.net.AbstractPlainSocketImpl
 
TimeoutException - Exception in java.util.concurrent
Exception thrown when a blocking operation times out.
TimeoutException() - Constructor for exception java.util.concurrent.TimeoutException
Constructs a TimeoutException with no specified detail message.
TimeoutException(String) - Constructor for exception java.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified detail message.
Timer - Class in java.util
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
Timer(boolean) - Constructor for class java.util.Timer
Creates a new timer whose associated thread may be specified to run as a daemon.
Timer(String) - Constructor for class java.util.Timer
Creates a new timer whose associated thread has the specified name.
Timer(String, boolean) - Constructor for class java.util.Timer
Creates a new timer whose associated thread has the specified name, and may be specified to run as a daemon.
TimerTask - Class in java.util
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
TimerThread - Class in java.util
This "helper class" implements the timer's task execution thread, which waits for tasks on the timer queue, executions them when they fire, reschedules repeating tasks, and removes cancelled tasks and spent non-repeating tasks from the queue.
TimerThread(TaskQueue) - Constructor for class java.util.TimerThread
 
timestamp() - Method in class java.io.ExpiringCache.Entry
 
timestamp() - Method in class java.util.UUID
The timestamp value associated with this UUID.
TimeUnit - Enum in java.util.concurrent
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
Sole constructor.
TimeZoneNameProvider - Class in java.util.spi
An abstract class for service providers that provide localized time zone names for the TimeZone class.
TimeZoneNameProvider() - Constructor for class java.util.spi.TimeZoneNameProvider
Sole constructor.
TITLECASE_LETTER - Static variable in class java.lang.Character
General category "Lt" in the Unicode specification.
to(File) - Static method in class java.lang.ProcessBuilder.Redirect
Returns a redirect to write to the specified file.
to - Variable in class java.util.regex.Matcher
The range within the sequence that is to be matched.
toArray() - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.Collections.AsLIFOQueue
 
toArray(T[]) - Method in class java.util.Collections.AsLIFOQueue
 
toArray() - Method in class java.util.Collections.CheckedCollection
 
toArray(T[]) - Method in class java.util.Collections.CheckedCollection
 
toArray() - Method in class java.util.Collections.SynchronizedCollection
 
toArray(T[]) - Method in class java.util.Collections.SynchronizedCollection
 
toArray() - Method in class java.util.Collections.UnmodifiableCollection
 
toArray(T[]) - Method in class java.util.Collections.UnmodifiableCollection
 
toArray() - Method in class java.util.concurrent.ArrayBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(T[]) - Method in class java.util.concurrent.ArrayBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
toArray(T[]) - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
 
toArray() - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(T[]) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
toArray(T[]) - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySet
 
toArray() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
toArray(T[]) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySet
 
toArray() - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
toArray(T[]) - Method in class java.util.concurrent.ConcurrentSkipListMap.Values
 
toArray() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set.
toArray(T[]) - Method in class java.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class java.util.concurrent.DelayQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.concurrent.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.LinkedBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence.
toArray(T[]) - Method in class java.util.concurrent.LinkedBlockingQueue
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.PriorityBlockingQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class java.util.concurrent.PriorityBlockingQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
toArray(T[]) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
 
toArray() - Method in class java.util.concurrent.SynchronousQueue
Returns a zero-length array.
toArray(T[]) - Method in class java.util.concurrent.SynchronousQueue
Sets the zeroeth element of the specified array to null (if the array has non-zero length) and returns it.
toArray() - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.PriorityQueue
Returns an array containing all of the elements in this queue.
toArray(T[]) - Method in class java.util.PriorityQueue
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Set
Returns an array containing all of the elements in this set.
toArray(T[]) - Method in interface java.util.Set
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(T[]) - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
toASCII(String, int) - Static method in class java.net.IDN
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.
toASCII(String) - Static method in class java.net.IDN
Translates a string from Unicode to ASCII Compatible Encoding (ACE), as defined by the ToASCII operation of RFC 3490.
toASCIIString() - Method in class java.net.URI
Returns the content of this URI as a US-ASCII string.
toBinaryString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 2.
toBundleName(String, Locale) - Method in class java.util.ResourceBundle.Control
Converts the given baseName and locale to the bundle name.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray() - Method in class java.util.BitSet
Returns a new byte array containing all the bits in this bit set.
toCharArray() - Method in class java.io.CharArrayWriter
Returns a copy of the input data.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toChars(int, char[], int) - Static method in class java.lang.Character
Converts the specified character (Unicode code point) to its UTF-16 representation.
toChars(int) - Static method in class java.lang.Character
Converts the specified character (Unicode code point) to its UTF-16 representation stored in a char array.
toCodePoint(char, char) - Static method in class java.lang.Character
Converts the specified surrogate pair to its supplementary code point value.
toDays(long) - Method in enum java.util.concurrent.TimeUnit
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDegrees(double) - Static method in class java.lang.StrictMath
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDigit(int) - Static method in class java.util.regex.ASCII
 
toEnd - Variable in class java.util.TreeMap.NavigableSubMap
 
toExternalForm() - Method in class java.net.URL
Constructs a string representation of this URL.
toExternalForm(URL) - Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toGenericString() - Method in class java.lang.Class
Returns a string describing this Class, including information about modifiers and type parameters.
toGenericString() - Method in class java.lang.reflect.Constructor
Returns a string describing this Constructor, including type parameters.
toGenericString() - Method in class java.lang.reflect.Field
Returns a string describing this Field, including its generic type.
toGenericString() - Method in class java.lang.reflect.Method
Returns a string describing this Method, including type parameters.
toGMTString() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.format(Date date), using a GMT TimeZone.
toHexString(double) - Static method in class java.lang.Double
Returns a hexadecimal string representation of the double argument.
toHexString(float) - Static method in class java.lang.Float
Returns a hexadecimal string representation of the float argument.
toHexString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 16.
toHours(long) - Method in enum java.util.concurrent.TimeUnit
toInstant() - Method in class java.util.Calendar
Converts this object to an Instant.
toInstant() - Method in class java.util.Date
Converts this Date object to an Instant.
toIntExact(long) - Static method in class java.lang.Math
Returns the value of the long argument; throwing an exception if the value overflows an int.
toIntExact(long) - Static method in class java.lang.StrictMath
Returns the value of the long argument; throwing an exception if the value overflows an int.
toLanguageTag() - Method in class java.util.Locale
Returns a well-formed IETF BCP 47 language tag representing this locale.
toList(Collection<E>) - Static method in class java.util.concurrent.ConcurrentSkipListMap
 
toLocaleString() - Method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by DateFormat.format(Date date).
toLongArray() - Method in class java.util.BitSet
Returns a new long array containing all the bits in this bit set.
toLower(int) - Static method in class java.util.regex.ASCII
 
toLower(int) - Method in class java.util.regex.Pattern.SliceIS
 
toLower(int) - Method in class java.util.regex.Pattern.SliceUS
 
toLowerCase(char) - Static method in class java.lang.Character
Converts the character argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase(int) - Method in class java.lang.CharacterData
 
toLowerCase(Locale) - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the given Locale.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the default locale.
toLowerCaseCharArray(String, int, Locale) - Static method in class java.lang.ConditionalSpecialCasing
 
toLowerCaseEx(String, int, Locale) - Static method in class java.lang.ConditionalSpecialCasing
 
toMatchResult() - Method in class java.util.regex.Matcher
Returns the match state of this matcher as a MatchResult.
toMicros(long) - Method in enum java.util.concurrent.TimeUnit
toMillis(long) - Method in enum java.util.concurrent.TimeUnit
toMinutes(long) - Method in enum java.util.concurrent.TimeUnit
toNanos(long) - Method in enum java.util.concurrent.TimeUnit
toOctalString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 8.
tooHigh(Object, Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
tooHigh(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
tooLow(Object, Comparator<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
tooLow(Object) - Method in class java.util.TreeMap.NavigableSubMap
 
TooManyListenersException - Exception in java.util
TooManyListenersException() - Constructor for exception java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String) - Constructor for exception java.util.TooManyListenersException
Constructs a TooManyListenersException with the specified detail message.
toPath() - Method in class java.io.File
Returns a java.nio.file.Path object constructed from the this abstract path.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRadians(double) - Static method in class java.lang.StrictMath
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toResourceName(String, String) - Method in class java.util.ResourceBundle.Control
Converts the given bundleName to the form required by the ClassLoader.getResource method by replacing all occurrences of '.' in bundleName with '/' and appending a '.' and the given file suffix.
toSeconds(long) - Method in enum java.util.concurrent.TimeUnit
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString(String) - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the named charset.
toString(int) - Method in class java.io.ByteArrayOutputStream
Deprecated.
This method does not properly convert bytes into characters. As of JDK 1.1, the preferred way to do this is via the toString(String enc) method, which takes an encoding-name argument, or the toString() method, which uses the platform's default character encoding.
toString() - Method in class java.io.CharArrayWriter
Converts input data to a string.
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString() - Method in class java.io.ObjectStreamField
Return a string that describes this field.
toString() - Method in class java.io.StreamTokenizer
Returns the string representation of the current stream token and the line number it occurs on.
toString() - Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString() - Method in class java.lang.AbstractStringBuilder
Returns a string representing the data in this sequence.
toString() - Method in interface java.lang.annotation.Annotation
Returns a string representation of this annotation.
toString(boolean) - Static method in class java.lang.Boolean
Returns a String object representing the specified boolean.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(byte) - Static method in class java.lang.Byte
Returns a new String object representing the specified byte.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character.Subset
Returns the name of this subset.
toString() - Method in class java.lang.Character
Returns a String object representing this Character's value.
toString(char) - Static method in class java.lang.Character
Returns a String object representing the specified char.
toString() - Method in interface java.lang.CharSequence
Returns a string containing the characters in this sequence in the same order as this sequence.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Returns a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a string representation of this Double object.
toString() - Method in class java.lang.Enum
Returns the name of this enum constant, as contained in the declaration.
toString(float) - Static method in class java.lang.Float
Returns a string representation of the float argument.
toString() - Method in class java.lang.Float
Returns a string representation of this Float object.
toString(int, int) - Static method in class java.lang.Integer
Returns a string representation of the first argument in the radix specified by the second argument.
toString(int) - Static method in class java.lang.Integer
Returns a String object representing the specified integer.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long, int) - Static method in class java.lang.Long
Returns a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a String object representing the specified long.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.management.LockInfo
Returns a string representation of a lock.
toString() - Method in enum java.lang.management.MemoryType
Returns the string representation of this MemoryType.
toString() - Method in class java.lang.management.MemoryUsage
Returns a descriptive representation of this memory usage.
toString() - Method in class java.lang.management.ThreadInfo
Returns a string representation of this thread info.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Package
Returns the string representation of this Package.
toString() - Method in class java.lang.reflect.Constructor
Returns a string describing this Constructor.
toString() - Method in class java.lang.reflect.Field
Returns a string describing this Field.
toString() - Method in class java.lang.reflect.Method
Returns a string describing this Method.
toString(int) - Static method in class java.lang.reflect.Modifier
Return a string describing the access modifier flags in the specified modifier.
toString(short) - Static method in class java.lang.Short
Returns a new String object representing the specified short.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.StackTraceElement
Returns a string representation of this stack trace element.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
 
toString() - Method in class java.lang.StringBuilder
 
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString() - Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable.
toString() - Method in class java.net.HttpCookie
Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.
toString() - Method in class java.net.InetAddress
Converts this IP address to a String.
toString() - Method in class java.net.InetSocketAddress
Constructs a string representation of this InetSocketAddress.
toString() - Method in class java.net.InterfaceAddress
Converts this Interface address to a String.
toString() - Method in class java.net.NetworkInterface
 
toString() - Method in class java.net.Proxy
Constructs a string representation of this Proxy.
toString() - Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class java.net.Socket
Converts this socket to a String.
toString() - Method in class java.net.SocketImpl
Returns the address and port of this socket as a String.
toString() - Method in class java.net.URI
Returns the content of this URI as a string.
toString() - Method in class java.net.URL
Constructs a string representation of this URL.
toString() - Method in class java.net.URLConnection
Returns a String representation of this URL connection.
toString() - Method in class java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class java.util.AbstractMap.SimpleEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap
Returns a string representation of this map.
toString(long[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(int[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(short[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(char[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(byte[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(boolean[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(float[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(double[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString() - Method in class java.util.BitSet
Returns a string representation of this bit set.
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.util.Collections.AsLIFOQueue
 
toString() - Method in class java.util.Collections.CheckedCollection
 
toString() - Method in class java.util.Collections.SynchronizedCollection
 
toString() - Method in class java.util.Collections.UnmodifiableCollection
 
toString() - Method in class java.util.concurrent.ArrayBlockingQueue
 
toString() - Method in class java.util.concurrent.atomic.AtomicBoolean
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicInteger
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Returns the String representation of the current values of array.
toString() - Method in class java.util.concurrent.atomic.AtomicLong
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicLongArray
Returns the String representation of the current values of array.
toString() - Method in class java.util.concurrent.atomic.AtomicReference
Returns the String representation of the current value.
toString() - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Returns the String representation of the current values of array.
toString() - Method in class java.util.concurrent.ConcurrentHashMap.CollectionView
Returns a string representation of this collection.
toString() - Method in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
toString() - Method in class java.util.concurrent.ConcurrentHashMap.Node
 
toString() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a string representation of this map.
toString() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns a string representation of this list.
toString() - Method in class java.util.concurrent.CountDownLatch
Returns a string identifying this latch, as well as its state.
toString() - Method in class java.util.concurrent.LinkedBlockingDeque
 
toString() - Method in class java.util.concurrent.LinkedBlockingQueue
 
toString() - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Returns a string identifying this synchronizer, as well as its state.
toString() - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Returns a string identifying this synchronizer, as well as its state.
toString() - Method in class java.util.concurrent.locks.ReentrantLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class java.util.concurrent.PriorityBlockingQueue
 
toString() - Method in class java.util.concurrent.Semaphore
Returns a string identifying this semaphore, as well as its state.
toString() - Method in class java.util.concurrent.ThreadPoolExecutor
Returns a string identifying this pool, as well as its state, including indications of run state and estimated worker and task counts.
toString() - Method in class java.util.Currency
Returns the ISO 4217 currency code of this currency.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.EventObject
Returns a String representation of this EventObject.
toString() - Method in class java.util.Formatter
Returns the result of invoking toString() on the destination for the output.
toString() - Method in class java.util.HashMap.Node
 
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class java.util.Locale
Returns a string representation of this Locale object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "-" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.
toString() - Method in class java.util.logging.Level
Returns a string representation of this Level.
toString() - Method in class java.util.prefs.AbstractPreferences
Returns the absolute path name of this preferences node.
toString() - Method in class java.util.prefs.Preferences
Returns a string representation of this preferences node, as if computed by the expression:(this.isUserNode() ? "User" : "System") + " Preference Node: " + this.absolutePath().
toString() - Method in class java.util.regex.Matcher
toString() - Method in class java.util.regex.Pattern
toString() - Method in class java.util.Scanner
toString() - Method in class java.util.ServiceLoader
Returns a string describing this service.
toString() - Method in class java.util.SimpleTimeZone
Returns a string representation of this time zone.
toString() - Method in class java.util.TreeMap.Entry
 
toString() - Method in class java.util.UUID
Returns a String object representing this UUID.
toString() - Method in class java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class java.util.zip.ZipEntry
Returns a string representation of the ZIP entry.
toSurrogates(int, char[], int) - Static method in class java.lang.Character
 
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java virtual machine.
toTitleCase(char) - Static method in class java.lang.Character
Converts the character argument to titlecase using case mapping information from the UnicodeData file.
toTitleCase(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to titlecase using case mapping information from the UnicodeData file.
toTitleCase(int) - Method in class java.lang.CharacterData
 
toUnicode(String, int) - Static method in class java.net.IDN
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of RFC 3490.
toUnicode(String) - Static method in class java.net.IDN
Translates a string from ASCII Compatible Encoding (ACE) to Unicode, as defined by the ToUnicode operation of RFC 3490.
toUnsignedInt(byte) - Static method in class java.lang.Byte
Converts the argument to an int by an unsigned conversion.
toUnsignedInt(short) - Static method in class java.lang.Short
Converts the argument to an int by an unsigned conversion.
toUnsignedLong(byte) - Static method in class java.lang.Byte
Converts the argument to a long by an unsigned conversion.
toUnsignedLong(int) - Static method in class java.lang.Integer
Converts the argument to a long by an unsigned conversion.
toUnsignedLong(short) - Static method in class java.lang.Short
Converts the argument to a long by an unsigned conversion.
toUnsignedString(int, int) - Static method in class java.lang.Integer
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
toUnsignedString(int) - Static method in class java.lang.Integer
Returns a string representation of the argument as an unsigned decimal value.
toUnsignedString(long, int) - Static method in class java.lang.Long
Returns a string representation of the first argument as an unsigned integer value in the radix specified by the second argument.
toUnsignedString(long) - Static method in class java.lang.Long
Returns a string representation of the argument as an unsigned decimal value.
toUnsignedString0(long, int) - Static method in class java.lang.Long
Format a long (treated as unsigned) into a String.
toUpper(int) - Static method in class java.util.regex.ASCII
 
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase(int) - Method in class java.lang.CharacterData
 
toUpperCase(Locale) - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the given Locale.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the default locale.
toUpperCaseCharArray(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to uppercase using case mapping information from the SpecialCasing file in the Unicode specification.
toUpperCaseCharArray(int) - Method in class java.lang.CharacterData
 
toUpperCaseCharArray(String, int, Locale) - Static method in class java.lang.ConditionalSpecialCasing
 
toUpperCaseEx(int) - Static method in class java.lang.Character
Converts the character (Unicode code point) argument to uppercase using information from the UnicodeData file.
toUpperCaseEx(int) - Method in class java.lang.CharacterData
 
toUpperCaseEx(String, int, Locale) - Static method in class java.lang.ConditionalSpecialCasing
 
toURI() - Method in class java.io.File
Constructs a file: URI that represents this abstract pathname.
toURI() - Method in class java.net.URL
Returns a URI equivalent to this URL.
toURL() - Method in class java.io.File
Deprecated.
This method does not automatically escape characters that are illegal in URLs. It is recommended that new code convert an abstract pathname into a URL by first converting it into a URI, via the toURI method, and then converting the URI into a URL via the URI.toURL method.
toURL() - Method in class java.net.URI
Constructs a URL from this URI.
toZonedDateTime() - Method in class java.util.GregorianCalendar
Converts this object to a ZonedDateTime that represents the same point on the time-line as this GregorianCalendar.
toZoneId() - Method in class java.util.TimeZone
Converts this TimeZone object to a ZoneId.
traceInstructions(boolean) - Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean) - Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
TRADITIONAL_CHINESE - Static variable in class java.util.Locale
Useful constant for language.
transfer(E, boolean, long) - Method in class java.util.concurrent.SynchronousQueue.Transferer
Performs a put or take.
transfer(E, boolean, long) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue
Puts or takes an item.
transfer(E, boolean, long) - Method in class java.util.concurrent.SynchronousQueue.TransferStack
Puts or takes an item.
transferAfterCancelledWait(AbstractQueuedLongSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Transfers node, if necessary, to sync queue after a cancelled wait.
transferAfterCancelledWait(AbstractQueuedSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Transfers node, if necessary, to sync queue after a cancelled wait.
Transferer() - Constructor for class java.util.concurrent.SynchronousQueue.Transferer
 
transferForSignal(AbstractQueuedLongSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Transfers a node from a condition queue onto sync queue.
transferForSignal(AbstractQueuedSynchronizer.Node) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Transfers a node from a condition queue onto sync queue.
TransferQueue() - Constructor for class java.util.concurrent.SynchronousQueue.TransferQueue
 
TransferStack() - Constructor for class java.util.concurrent.SynchronousQueue.TransferStack
 
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface java.lang.instrument.ClassFileTransformer
The implementation of this method may transform the supplied class file and return a new replacement class file.
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedEntryTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedKeyTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedMappingTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedValueTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToDoubleTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToIntTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceEntriesToLongTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToDoubleTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToIntTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceKeysToLongTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToDoubleTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToIntTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceMappingsToLongTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToDoubleTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToIntTask
 
transformer - Variable in class java.util.concurrent.ConcurrentHashMap.MapReduceValuesToLongTask
 
TRANSIENT - Static variable in class java.lang.reflect.Modifier
The int value representing the transient modifier.
transparentBounds - Variable in class java.util.regex.Matcher
If transparentBounds is true then the boundaries of this matcher's region are transparent to lookahead, lookbehind, and boundary matching constructs that try to see beyond them.
TRANSPORT_AND_MAP_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Transport And Map Symbols" Unicode character block.
Traverser(ConcurrentHashMap.Node<K, V>[], int, int, int) - Constructor for class java.util.concurrent.ConcurrentHashMap.Traverser
 
tree - Variable in class java.util.TreeMap.TreeMapSpliterator
 
TREEBIN - Static variable in class java.util.concurrent.ConcurrentHashMap
 
TreeBin(ConcurrentHashMap.TreeNode<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.TreeBin
Creates bin with initial set of nodes headed by b.
treeify(HashMap.Node<K, V>[]) - Method in class java.util.HashMap.TreeNode
Forms tree of the nodes linked from this node.
TREEIFY_THRESHOLD - Static variable in class java.util.concurrent.ConcurrentHashMap
The bin count threshold for using a tree rather than list for a bin.
TREEIFY_THRESHOLD - Static variable in class java.util.HashMap
The bin count threshold for using a tree rather than list for a bin.
treeifyBin(HashMap.Node<K, V>[], int) - Method in class java.util.HashMap
Replaces all linked nodes in bin at index for given hash unless table is too small, in which case resizes instead.
TreeInfo() - Constructor for class java.util.regex.Pattern.TreeInfo
 
TreeMap<K,V> - Class in java.util
A Red-Black tree based NavigableMap implementation.
TreeMap() - Constructor for class java.util.TreeMap
Constructs a new, empty tree map, using the natural ordering of its keys.
TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
Constructs a new, empty tree map, ordered according to the given comparator.
TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new tree map containing the same mappings as the given map, ordered according to the natural ordering of its keys.
TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
TreeMap.AscendingSubMap<K,V> - Class in java.util
TreeMap.AscendingSubMap.AscendingEntrySetView - Class in java.util
 
TreeMap.DescendingKeyIterator - Class in java.util
 
TreeMap.DescendingKeySpliterator<K,V> - Class in java.util
 
TreeMap.DescendingSubMap<K,V> - Class in java.util
TreeMap.DescendingSubMap.DescendingEntrySetView - Class in java.util
 
TreeMap.Entry<K,V> - Class in java.util
Node in the Tree.
TreeMap.EntryIterator - Class in java.util
 
TreeMap.EntrySet - Class in java.util
 
TreeMap.EntrySpliterator<K,V> - Class in java.util
 
TreeMap.KeyIterator - Class in java.util
 
TreeMap.KeySet<E> - Class in java.util
 
TreeMap.KeySpliterator<K,V> - Class in java.util
 
TreeMap.NavigableSubMap<K,V> - Class in java.util
TreeMap.NavigableSubMap.DescendingSubMapEntryIterator - Class in java.util
 
TreeMap.NavigableSubMap.DescendingSubMapKeyIterator - Class in java.util
 
TreeMap.NavigableSubMap.EntrySetView - Class in java.util
 
TreeMap.NavigableSubMap.SubMapEntryIterator - Class in java.util
 
TreeMap.NavigableSubMap.SubMapIterator<T> - Class in java.util
Iterators for SubMaps
TreeMap.NavigableSubMap.SubMapKeyIterator - Class in java.util
 
TreeMap.PrivateEntryIterator<T> - Class in java.util
Base class for TreeMap Iterators
TreeMap.TreeMapSpliterator<K,V> - Class in java.util
Base class for spliterators.
TreeMap.ValueIterator - Class in java.util
 
TreeMap.Values - Class in java.util
 
TreeMap.ValueSpliterator<K,V> - Class in java.util
 
TreeMapSpliterator(TreeMap<K, V>, TreeMap.Entry<K, V>, TreeMap.Entry<K, V>, int, int, int) - Constructor for class java.util.TreeMap.TreeMapSpliterator
 
TreeNode(int, K, V, ConcurrentHashMap.Node<K, V>, ConcurrentHashMap.TreeNode<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.TreeNode
 
TreeNode(int, K, V, HashMap.Node<K, V>) - Constructor for class java.util.HashMap.TreeNode
 
TreeSet<E> - Class in java.util
A NavigableSet implementation based on a TreeMap.
TreeSet(NavigableMap<E, Object>) - Constructor for class java.util.TreeSet
Constructs a set backed by the specified navigable map.
TreeSet() - Constructor for class java.util.TreeSet
Constructs a new, empty tree set, sorted according to the natural ordering of its elements.
TreeSet(Comparator<? super E>) - Constructor for class java.util.TreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
TreeSet(Collection<? extends E>) - Constructor for class java.util.TreeSet
Constructs a new tree set containing the elements in the specified collection, sorted according to the natural ordering of its elements.
TreeSet(SortedSet<E>) - Constructor for class java.util.TreeSet
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
triggerTime(long) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
Returns the trigger time of a delayed action.
trim() - Method in class java.lang.String
Returns a string whose value is this string, with any leading and trailing whitespace removed.
trimToSize() - Method in class java.lang.AbstractStringBuilder
Attempts to reduce storage used for the character sequence.
trimToSize() - Method in class java.lang.StringBuffer
 
trimToSize() - Method in class java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
tryAcquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in exclusive mode.
tryAcquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in exclusive mode.
tryAcquire(int) - Method in class java.util.concurrent.locks.ReentrantLock.FairSync
Fair version of tryAcquire.
tryAcquire(int) - Method in class java.util.concurrent.locks.ReentrantLock.NonfairSync
 
tryAcquire(int) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
tryAcquire() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, only if one is available at the time of invocation.
tryAcquire(long, TimeUnit) - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, if one becomes available within the given waiting time and the current thread has not been interrupted.
tryAcquire(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, only if all are available at the time of invocation.
tryAcquire(int, long, TimeUnit) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore, if all become available within the given waiting time and the current thread has not been interrupted.
tryAcquireNanos(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in exclusive mode, aborting if interrupted, and failing if the given timeout elapses.
tryAcquireNanos(int, long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in exclusive mode, aborting if interrupted, and failing if the given timeout elapses.
tryAcquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in shared mode.
tryAcquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in shared mode.
tryAcquireShared(int) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
tryAcquireShared(int) - Method in class java.util.concurrent.Semaphore.FairSync
 
tryAcquireShared(int) - Method in class java.util.concurrent.Semaphore.NonfairSync
 
tryAcquireSharedNanos(long, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to acquire in shared mode, aborting if interrupted, and failing if the given timeout elapses.
tryAcquireSharedNanos(int, long) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to acquire in shared mode, aborting if interrupted, and failing if the given timeout elapses.
tryAdvance(Consumer<? super E>) - Method in class java.util.ArrayDeque.DeqSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.ArrayList.ArrayListSpliterator
 
tryAdvance(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
tryAdvance(Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
tryAdvance(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySpliterator
 
tryAdvance(Consumer<? super T>) - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
tryAdvance(Consumer<? super V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.ValueSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
tryAdvance(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.HashMap.EntrySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.HashMap.KeySpliterator
 
tryAdvance(Consumer<? super V>) - Method in class java.util.HashMap.ValueSpliterator
 
tryAdvance(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.IdentityHashMap.EntrySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.IdentityHashMap.KeySpliterator
 
tryAdvance(Consumer<? super V>) - Method in class java.util.IdentityHashMap.ValueSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.LinkedList.LLSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.PriorityQueue.PriorityQueueSpliterator
 
tryAdvance(DoubleConsumer) - Method in class java.util.Random.RandomDoublesSpliterator
 
tryAdvance(IntConsumer) - Method in class java.util.Random.RandomIntsSpliterator
 
tryAdvance(LongConsumer) - Method in class java.util.Random.RandomLongsSpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.TreeMap.DescendingKeySpliterator
 
tryAdvance(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.TreeMap.EntrySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.TreeMap.KeySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
tryAdvance(Consumer<? super V>) - Method in class java.util.TreeMap.ValueSpliterator
 
tryAdvance(Consumer<? super E>) - Method in class java.util.Vector.VectorSpliterator
 
tryAdvance(Consumer<? super Map.Entry<K, V>>) - Method in class java.util.WeakHashMap.EntrySpliterator
 
tryAdvance(Consumer<? super K>) - Method in class java.util.WeakHashMap.KeySpliterator
 
tryAdvance(Consumer<? super V>) - Method in class java.util.WeakHashMap.ValueSpliterator
 
tryCancel(Object) - Method in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
Tries to cancel by CAS'ing ref to this as item.
tryCancel() - Method in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
Tries to cancel a wait by matching node to itself.
tryLock() - Method in interface java.util.concurrent.locks.Lock
Acquires the lock only if it is free at the time of invocation.
tryLock(long, TimeUnit) - Method in interface java.util.concurrent.locks.Lock
Acquires the lock if it is free within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantLock
Acquires the lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock only if the write lock is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Acquires the read lock if the write lock is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Acquires the write lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
tryMatch(SynchronousQueue.TransferStack.SNode) - Method in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
Tries to match node s to this node, if so, waking up thread.
tryReadLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Performs tryLock for read, enabling barging in both modes.
tryRelease(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to set the state to reflect a release in exclusive mode.
tryRelease(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to set the state to reflect a release in exclusive mode.
tryRelease(int) - Method in class java.util.concurrent.locks.ReentrantLock.Sync
 
tryRelease(int) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
tryReleaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Attempts to set the state to reflect a release in shared mode.
tryReleaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Attempts to set the state to reflect a release in shared mode.
tryReleaseShared(int) - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
 
tryReleaseShared(int) - Method in class java.util.concurrent.Semaphore.Sync
 
trySplit() - Method in class java.util.ArrayDeque.DeqSpliterator
 
trySplit() - Method in class java.util.ArrayList.ArrayListSpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentHashMap.EntrySpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentHashMap.KeySpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentLinkedQueue.CLQSpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentSkipListMap.EntrySpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentSkipListMap.KeySpliterator
 
trySplit() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap.SubMapIter
 
trySplit() - Method in class java.util.concurrent.ConcurrentSkipListMap.ValueSpliterator
 
trySplit() - Method in class java.util.concurrent.LinkedBlockingDeque.LBDSpliterator
 
trySplit() - Method in class java.util.concurrent.LinkedBlockingQueue.LBQSpliterator
 
trySplit() - Method in class java.util.concurrent.PriorityBlockingQueue.PBQSpliterator
 
trySplit() - Method in class java.util.HashMap.EntrySpliterator
 
trySplit() - Method in class java.util.HashMap.KeySpliterator
 
trySplit() - Method in class java.util.HashMap.ValueSpliterator
 
trySplit() - Method in class java.util.IdentityHashMap.EntrySpliterator
 
trySplit() - Method in class java.util.IdentityHashMap.KeySpliterator
 
trySplit() - Method in class java.util.IdentityHashMap.ValueSpliterator
 
trySplit() - Method in class java.util.LinkedList.LLSpliterator
 
trySplit() - Method in class java.util.PriorityQueue.PriorityQueueSpliterator
 
trySplit() - Method in class java.util.Random.RandomDoublesSpliterator
 
trySplit() - Method in class java.util.Random.RandomIntsSpliterator
 
trySplit() - Method in class java.util.Random.RandomLongsSpliterator
 
trySplit() - Method in class java.util.TreeMap.DescendingKeySpliterator
 
trySplit() - Method in class java.util.TreeMap.EntrySpliterator
 
trySplit() - Method in class java.util.TreeMap.KeySpliterator
 
trySplit() - Method in class java.util.TreeMap.NavigableSubMap.DescendingSubMapKeyIterator
 
trySplit() - Method in class java.util.TreeMap.NavigableSubMap.SubMapKeyIterator
 
trySplit() - Method in class java.util.TreeMap.ValueSpliterator
 
trySplit() - Method in class java.util.Vector.VectorSpliterator
 
trySplit() - Method in class java.util.WeakHashMap.EntrySpliterator
 
trySplit() - Method in class java.util.WeakHashMap.KeySpliterator
 
trySplit() - Method in class java.util.WeakHashMap.ValueSpliterator
 
tryTerminate() - Method in class java.util.concurrent.ThreadPoolExecutor
Transitions to TERMINATED state if either (SHUTDOWN and pool and queue empty) or (STOP and pool empty).
tryWriteLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Performs tryLock for write, enabling barging in both modes.
TT_EOF - Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER - Static variable in class java.io.StreamTokenizer
A constant indicating that a number token has been read.
TT_WORD - Static variable in class java.io.StreamTokenizer
A constant indicating that a word token has been read.
TTL_DONT_CACHE - Static variable in class java.util.ResourceBundle.Control
The time-to-live constant for not caching loaded resource bundle instances.
TTL_EXPIRED - Static variable in interface java.net.SocksConsts
 
TTL_NO_EXPIRATION_CONTROL - Static variable in class java.util.ResourceBundle.Control
The time-to-live constant for disabling the expiration control for loaded resource bundle instances in the cache.
ttype - Variable in class java.io.StreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Tuesday.
twoToTheDoubleScaleDown - Static variable in class java.lang.Math
 
twoToTheDoubleScaleUp - Static variable in class java.lang.Math
 
TYPE - Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE - Static variable in class java.lang.Byte
The Class instance representing the primitive type byte.
TYPE - Static variable in class java.lang.Character
The Class instance representing the primitive type char.
TYPE - Static variable in class java.lang.Double
The Class instance representing the primitive type double.
TYPE - Static variable in class java.lang.Float
The Class instance representing the primitive type float.
TYPE - Static variable in class java.lang.Integer
The Class instance representing the primitive type int.
TYPE - Static variable in class java.lang.Long
The Class instance representing the primitive type long.
type() - Method in class java.lang.ProcessBuilder.Redirect
Returns the type of this Redirect.
Type - Interface in java.lang.reflect
Type is the common superinterface for all types in the Java programming language.
TYPE - Static variable in class java.lang.Short
The Class instance representing the primitive type short.
TYPE - Static variable in class java.lang.Void
The Class object representing the pseudo-type corresponding to the keyword void.
type() - Method in class java.net.Proxy
Returns the proxy type.
type - Variable in class java.util.Collections.CheckedCollection
 
type - Variable in class java.util.regex.Pattern.Bound
 
type - Variable in class java.util.regex.Pattern.Curly
 
type - Variable in class java.util.regex.Pattern.GroupCurly
 
type - Variable in class java.util.regex.Pattern.Ques
 
typeCheck(Object) - Method in class java.util.Collections.CheckedCollection
 
typeCheck(E) - Method in class java.util.EnumSet
Throws an exception if e is not of the correct type for this enum set.
typeMask - Variable in class java.util.regex.Pattern.Category
 
typeName() - Method in exception java.lang.TypeNotPresentException
Returns the fully qualified name of the unavailable type.
TypeNotPresentException - Exception in java.lang
Thrown when an application tries to access a type using a string representing the type's name, but no definition for the type with the specified name can be found.
TypeNotPresentException(String, Throwable) - Constructor for exception java.lang.TypeNotPresentException
Constructs a TypeNotPresentException for the named type with the specified cause.
TypeVariable<D extends GenericDeclaration> - Interface in java.lang.reflect
TypeVariable is the common superinterface for type variables of kinds.

U

UDP_ASSOC - Static variable in interface java.net.SocksConsts
 
UGARITIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Ugaritic" Unicode character block.
UK - Static variable in class java.util.Locale
Useful constant for country.
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(double) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.StrictMath
Returns the size of an ulp of the argument.
UNASSIGNED - Static variable in class java.lang.Character
General category "Cn" in the Unicode specification.
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception, and the thread does not have a specific Thread.UncaughtExceptionHandler installed.
unconfigurableExecutorService(ExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
unconfigurableScheduledExecutorService(ScheduledExecutorService) - Static method in class java.util.concurrent.Executors
Returns an object that delegates all defined ScheduledExecutorService methods to the given executor, but not any other methods that might otherwise be accessible using casts.
UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
UndeclaredThrowableException - Exception in java.lang.reflect
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a checked exception (a Throwable that is not assignable to RuntimeException or Error) that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
UndeclaredThrowableException(Throwable) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable.
UndeclaredThrowableException(Throwable, String) - Constructor for exception java.lang.reflect.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable and a detail message.
UNDER - Static variable in class java.util.regex.ASCII
 
UNICODE_CASE - Static variable in class java.util.regex.Pattern
Enables Unicode-aware case folding.
UNICODE_CHARACTER_CLASS - Static variable in class java.util.regex.Pattern
Enables the Unicode version of Predefined character classes and POSIX character classes.
UNICODE_LOCALE_EXTENSION - Static variable in class java.util.Locale
The key for Unicode locale extension ('u').
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Unified Canadian Aboriginal Syllabics Extended" Unicode character block.
universe - Variable in class java.util.EnumSet
All of the values comprising T.
UNIX_LINES - Static variable in class java.util.regex.Pattern
Enables Unix lines mode.
UnixCaret() - Constructor for class java.util.regex.Pattern.UnixCaret
 
UnixDollar(boolean) - Constructor for class java.util.regex.Pattern.UnixDollar
 
UnixDot() - Constructor for class java.util.regex.Pattern.UnixDot
 
unknown_array - Static variable in class java.net.InetAddress
 
UnknownContentHandler - Class in java.net
 
UnknownContentHandler() - Constructor for class java.net.UnknownContentHandler
 
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownFormatConversionException - Exception in java.util
Unchecked exception thrown when an unknown conversion is given.
UnknownFormatConversionException(String) - Constructor for exception java.util.UnknownFormatConversionException
Constructs an instance of this class with the unknown conversion.
UnknownFormatFlagsException - Exception in java.util
Unchecked exception thrown when an unknown flag is given.
UnknownFormatFlagsException(String) - Constructor for exception java.util.UnknownFormatFlagsException
Constructs an instance of this class with the specified flags.
UnknownHostException - Exception in java.net
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownServiceException - Exception in java.net
Thrown to indicate that an unknown service exception has occurred.
UnknownServiceException() - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String) - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
unlink(ConcurrentSkipListMap.Index<K, V>) - Method in class java.util.concurrent.ConcurrentSkipListMap.Index
Tries to CAS right field to skip over apparent successor succ.
unlink(LinkedBlockingDeque.Node<E>) - Method in class java.util.concurrent.LinkedBlockingDeque
Unlinks x.
unlink(LinkedBlockingQueue.Node<E>, LinkedBlockingQueue.Node<E>) - Method in class java.util.concurrent.LinkedBlockingQueue
Unlinks interior Node p with predecessor trail.
unlink(LinkedList.Node<E>) - Method in class java.util.LinkedList
Unlinks non-null node x.
unload(String, boolean) - Method in class java.lang.ClassLoader.NativeLibrary
 
unlock() - Method in interface java.util.concurrent.locks.Lock
Releases the lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantLock
Attempts to release this lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
Attempts to release this lock.
unlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Attempts to release this lock.
unmaskNull(Object) - Static method in class java.util.IdentityHashMap
Returns internal representation of null key back to caller as null.
unmaskNull(Object) - Static method in class java.util.WeakHashMap
Returns internal representation of null key back to caller as null.
UnmodifiableClassException - Exception in java.lang.instrument
Thrown by an implementation of Instrumentation.redefineClasses when one of the specified classes cannot be modified.
UnmodifiableClassException() - Constructor for exception java.lang.instrument.UnmodifiableClassException
Constructs an UnmodifiableClassException with no detail message.
UnmodifiableClassException(String) - Constructor for exception java.lang.instrument.UnmodifiableClassException
Constructs an UnmodifiableClassException with the specified detail message.
unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
UnmodifiableCollection(Collection<? extends E>) - Constructor for class java.util.Collections.UnmodifiableCollection
 
unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
UnmodifiableList(List<? extends E>) - Constructor for class java.util.Collections.UnmodifiableList
 
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableNavigableMap(NavigableMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable map.
UnmodifiableNavigableMap(NavigableMap<K, ? extends V>) - Constructor for class java.util.Collections.UnmodifiableNavigableMap
 
unmodifiableNavigableSet(NavigableSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified navigable set.
UnmodifiableNavigableSet(NavigableSet<E>) - Constructor for class java.util.Collections.UnmodifiableNavigableSet
 
UnmodifiableRandomAccessList(List<? extends E>) - Constructor for class java.util.Collections.UnmodifiableRandomAccessList
 
unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
UnmodifiableSet(Set<? extends E>) - Constructor for class java.util.Collections.UnmodifiableSet
 
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
UnmodifiableSortedMap(SortedMap<K, ? extends V>) - Constructor for class java.util.Collections.UnmodifiableSortedMap
 
unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
UnmodifiableSortedSet(SortedSet<E>) - Constructor for class java.util.Collections.UnmodifiableSortedSet
 
unpark(Thread) - Static method in class java.util.concurrent.locks.LockSupport
Makes available the permit for the given thread, if it was not already available.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(int) - Method in class java.io.PushbackReader
Pushes back a single character by copying it to the front of the pushback buffer.
unread(char[], int, int) - Method in class java.io.PushbackReader
Pushes back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(char[]) - Method in class java.io.PushbackReader
Pushes back an array of characters by copying it to the front of the pushback buffer.
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsupportedClassVersionError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
untreeify(ConcurrentHashMap.Node<K, V>) - Static method in class java.util.concurrent.ConcurrentHashMap
Returns a list on non-TreeNodes replacing those in given list.
untreeify(HashMap<K, V>) - Method in class java.util.HashMap.TreeNode
Returns a list of non-TreeNodes replacing those linked from this node.
UNTREEIFY_THRESHOLD - Static variable in class java.util.concurrent.ConcurrentHashMap
The bin count threshold for untreeifying a (split) bin during a resize operation.
UNTREEIFY_THRESHOLD - Static variable in class java.util.HashMap
The bin count threshold for untreeifying a (split) bin during a resize operation.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(int) - Method in class java.util.zip.Adler32
Updates the checksum with the specified byte (the low eight bits of the argument b).
update(byte[], int, int) - Method in class java.util.zip.Adler32
Updates the checksum with the specified array of bytes.
update(byte[]) - Method in class java.util.zip.Adler32
Updates the checksum with the specified array of bytes.
update(ByteBuffer) - Method in class java.util.zip.Adler32
Updates the checksum with the bytes from the specified buffer.
update(int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(byte[], int, int) - Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(int) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).
update(byte[], int, int) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified array of bytes.
update(byte[]) - Method in class java.util.zip.CRC32
Updates the CRC-32 checksum with the specified array of bytes.
update(ByteBuffer) - Method in class java.util.zip.CRC32
Updates the checksum with the bytes from the specified buffer.
updateAndGet(IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, IntUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateAndGet(LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, LongUnaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateAndGet(UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of applying the given function, returning the updated value.
updateAndGet(int, UnaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the results of applying the given function, returning the updated value.
updateAndGet(T, UnaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this updater with the results of applying the given function, returning the updated value.
updateHead(ConcurrentLinkedQueue.Node<E>, ConcurrentLinkedQueue.Node<E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Tries to CAS head to p.
upper - Variable in class java.lang.ConditionalSpecialCasing.Entry
 
UPPER - Static variable in class java.util.regex.ASCII
 
upper - Variable in class java.util.regex.Pattern.SingleI
 
UPPERCASE - Static variable in class java.util.FormattableFlags
Converts the output to upper case according to the rules of the locale given during creation of the formatter argument of the formatTo() method.
UPPERCASE_LETTER - Static variable in class java.lang.Character
General category "Lu" in the Unicode specification.
uprop - Variable in class java.util.regex.Pattern.Utype
 
URI - Class in java.net
Represents a Uniform Resource Identifier (URI) reference.
URI(String) - Constructor for class java.net.URI
Constructs a URI by parsing the given string.
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String) - Constructor for class java.net.URI
Constructs a URI from the given components.
URISyntaxException - Exception in java.net
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string, reason, and error index.
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string and reason.
URL - Class in java.net
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates a URL from the specified protocol name, host name, and file name.
URL(String, String, int, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, file, and handler.
URL(String) - Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL by parsing the given spec within a specified context.
URL(URL, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
url - Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
URLClassLoader - Class in java.net
This class loader is used to load classes and resources from a search path of URLs referring to both JAR files and directories.
URLClassLoader(URL[], ClassLoader) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the given URLs.
URLClassLoader(URL[], ClassLoader, AccessControlContext) - Constructor for class java.net.URLClassLoader
 
URLClassLoader(URL[]) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs using the default delegation parent ClassLoader.
URLClassLoader(URL[], AccessControlContext) - Constructor for class java.net.URLClassLoader
 
URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class java.net.URLClassLoader
Constructs a new URLClassLoader for the specified URLs, parent class loader, and URLStreamHandlerFactory.
URLConnection - Class in java.net
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection(URL) - Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLDecoder - Class in java.net
Utility class for HTML form decoding.
URLDecoder() - Constructor for class java.net.URLDecoder
 
URLEncoder - Class in java.net
Utility class for HTML form encoding.
URLStreamHandler - Class in java.net
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
 
URLStreamHandlerFactory - Interface in java.net
This interface defines a factory for URL stream protocol handlers.
US - Static variable in class java.util.Locale
Useful constant for country.
USE_STD3_ASCII_RULES - Static variable in class java.net.IDN
Flag to turn on the check against STD-3 ASCII rules
useAnchoringBounds(boolean) - Method in class java.util.regex.Matcher
Sets the anchoring of region bounds for this matcher.
useCaches - Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useCanonCaches - Static variable in class java.io.FileSystem
 
useCanonPrefixCache - Static variable in class java.io.FileSystem
 
useDaylightTime() - Method in class java.util.SimpleTimeZone
Queries if this time zone uses daylight saving time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this TimeZone uses Daylight Saving Time.
useDelimiter(Pattern) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to the specified pattern.
useDelimiter(String) - Method in class java.util.Scanner
Sets this scanner's delimiting pattern to a pattern constructed from the specified String.
useLocale(Locale) - Method in class java.util.Scanner
Sets this scanner's locale to the specified locale.
usePattern(Pattern) - Method in class java.util.regex.Matcher
Changes the Pattern that this Matcher uses to find matches with.
useProtocolVersion(int) - Method in class java.io.ObjectOutputStream
Specify stream protocol version to use when writing the stream.
USER_PASSW - Static variable in interface java.net.SocksConsts
 
useRadix(int) - Method in class java.util.Scanner
Sets this scanner's default radix to the specified radix.
userNodeForPackage(Class<?>) - Static method in class java.util.prefs.Preferences
Returns the preference node from the calling user's preference tree that is associated (by convention) with the specified class's package.
userRoot() - Static method in class java.util.prefs.Preferences
Returns the root preference node for the calling user.
userRoot() - Method in interface java.util.prefs.PreferencesFactory
Returns the user root preference node corresponding to the calling user.
usesDefaultDeflater - Variable in class java.util.zip.DeflaterOutputStream
 
usesDefaultInflater - Variable in class java.util.zip.InflaterInputStream
 
useTransparentBounds(boolean) - Method in class java.util.regex.Matcher
Sets the transparency of region bounds for this matcher.
useUWORD - Variable in class java.util.regex.Pattern.Bound
 
usingProxy() - Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Deprecated.
As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTC TimeZone, followed by Calendar.getTime().getTime().
UTC_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as UTC.
UTFDataFormatException - Exception in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Utype(UnicodeProp) - Constructor for class java.util.regex.Pattern.Utype
 
UUID - Class in java.util
A class that represents an immutable universally unique identifier (UUID).
UUID(long, long) - Constructor for class java.util.UUID
Constructs a new UUID using the specified data.

V

VAI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vai" Unicode character block.
val() - Method in class java.io.ExpiringCache.Entry
 
val - Variable in class java.util.concurrent.ConcurrentHashMap.MapEntry
 
val - Variable in class java.util.concurrent.ConcurrentHashMap.Node
 
valEquals(Object, Object) - Static method in class java.util.TreeMap
Test two values for equality.
validateObject() - Method in interface java.io.ObjectInputValidation
Validates the object.
value - Variable in class java.lang.AbstractStringBuilder
The value is used for character storage.
value - Variable in class java.lang.ThreadLocal.ThreadLocalMap.Entry
The value associated with this ThreadLocal.
value - Variable in class java.util.concurrent.ConcurrentHashMap.CounterCell
 
value - Variable in class java.util.concurrent.ConcurrentSkipListMap.Node
 
value - Variable in class java.util.HashMap.Node
 
value - Variable in class java.util.TreeMap.Entry
 
ValueIterator(ConcurrentHashMap.Node<K, V>[], int, int, int, ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ValueIterator
 
valueIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
valueIterator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
ValueIterator() - Constructor for class java.util.concurrent.ConcurrentSkipListMap.ValueIterator
 
ValueIterator() - Constructor for class java.util.HashMap.ValueIterator
 
ValueIterator(TreeMap.Entry<K, V>) - Constructor for class java.util.TreeMap.ValueIterator
 
valueOf(String) - Static method in enum java.lang.annotation.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns a Boolean instance representing the specified boolean value.
valueOf(String) - Static method in class java.lang.Boolean
Returns a Boolean with a value represented by the specified string.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte instance representing the specified byte value.
valueOf(String, int) - Static method in class java.lang.Byte
Returns a Byte object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Byte
Returns a Byte object holding the value given by the specified String.
valueOf(String) - Static method in enum java.lang.Character.UnicodeScript
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in class java.lang.Character
Returns a Character instance representing the specified char value.
valueOf(String) - Static method in class java.lang.Double
Returns a Double object holding the double value represented by the argument string s.
valueOf(double) - Static method in class java.lang.Double
Returns a Double instance representing the specified double value.
valueOf(Class<T>, String) - Static method in class java.lang.Enum
Returns the enum constant of the specified enum type with the specified name.
valueOf(String) - Static method in class java.lang.Float
Returns a Float object holding the float value represented by the argument string s.
valueOf(float) - Static method in class java.lang.Float
Returns a Float instance representing the specified float value.
valueOf(String, int) - Static method in class java.lang.Integer
Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Integer
Returns an Integer object holding the value of the specified String.
valueOf(int) - Static method in class java.lang.Integer
Returns an Integer instance representing the specified int value.
valueOf(String, int) - Static method in class java.lang.Long
Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Long
Returns a Long object holding the value of the specified String.
valueOf(long) - Static method in class java.lang.Long
Returns a Long instance representing the specified long value.
valueOf(String) - Static method in enum java.lang.management.MemoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.ProcessBuilder.Redirect.Type
Returns the enum constant of this type with the specified name.
valueOf(String, int) - Static method in class java.lang.Short
Returns a Short object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(String) - Static method in class java.lang.Short
Returns a Short object holding the value given by the specified String.
valueOf(short) - Static method in class java.lang.Short
Returns a Short instance representing the specified short value.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(String) - Static method in enum java.lang.Thread.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.Authenticator.RequestorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.InetAddress.Cache.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.net.Proxy.Type
Returns the enum constant of this type with the specified name.
valueOf(long[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long array.
valueOf(LongBuffer) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
valueOf(byte[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte array.
valueOf(ByteBuffer) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(String) - Static method in enum java.util.concurrent.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Formatter.BigDecimalLayoutForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Locale.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.util.Locale.FilteringMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum java.lang.annotation.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Character.UnicodeScript
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.management.MemoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.ProcessBuilder.Redirect.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Thread.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.Authenticator.RequestorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.InetAddress.Cache.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.net.Proxy.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class java.util.AbstractMap
 
values() - Method in class java.util.AbstractMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.concurrent.ConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.concurrent.ConcurrentSkipListMap.SubMap
 
values() - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a Collection view of the values contained in this map.
Values(ConcurrentNavigableMap<?, E>) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.Values
 
values() - Static method in enum java.util.concurrent.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.EnumMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.Formatter.BigDecimalLayoutForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.HashMap
Returns a Collection view of the values contained in this map.
Values() - Constructor for class java.util.HashMap.Values
 
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.IdentityHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.LinkedHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.Locale.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.util.Locale.FilteringMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface java.util.Map
Returns a Collection view of the values contained in this map.
values() - Method in interface java.util.SortedMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.TreeMap
Returns a Collection view of the values contained in this map.
Values() - Constructor for class java.util.TreeMap.Values
 
values() - Method in class java.util.WeakHashMap
Returns a Collection view of the values contained in this map.
ValueSpliterator(ConcurrentHashMap.Node<K, V>[], int, int, int, long) - Constructor for class java.util.concurrent.ConcurrentHashMap.ValueSpliterator
 
valueSpliterator() - Method in class java.util.concurrent.ConcurrentSkipListMap
 
ValueSpliterator(Comparator<? super K>, ConcurrentSkipListMap.Index<K, V>, ConcurrentSkipListMap.Node<K, V>, K, int) - Constructor for class java.util.concurrent.ConcurrentSkipListMap.ValueSpliterator
 
ValueSpliterator(HashMap<K, V>, int, int, int, int) - Constructor for class java.util.HashMap.ValueSpliterator
 
ValueSpliterator(IdentityHashMap<K, V>, int, int, int, int) - Constructor for class java.util.IdentityHashMap.ValueSpliterator
 
ValueSpliterator(TreeMap<K, V>, TreeMap.Entry<K, V>, TreeMap.Entry<K, V>, int, int, int) - Constructor for class java.util.TreeMap.ValueSpliterator
 
ValueSpliterator(WeakHashMap<K, V>, int, int, int, int) - Constructor for class java.util.WeakHashMap.ValueSpliterator
 
ValuesView(ConcurrentHashMap<K, V>) - Constructor for class java.util.concurrent.ConcurrentHashMap.ValuesView
 
VARARGS - Static variable in class java.lang.reflect.Modifier
 
variant() - Method in class java.util.UUID
The variant number associated with this UUID.
variantKey - Variable in enum java.util.Locale.Category
 
VARIATION_SELECTORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Variation Selectors" Unicode character block.
VARIATION_SELECTORS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Variation Selectors Supplement" Unicode character block.
Vector<E> - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection<? extends E>) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector.ListItr - Class in java.util
An optimized version of AbstractList.ListItr
Vector.VectorSpliterator<E> - Class in java.util
Similar to ArrayList Spliterator
VectorSpliterator(Vector<E>, Object[], int, int, int) - Constructor for class java.util.Vector.VectorSpliterator
Create new spliterator covering the given range
VEDIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vedic Extensions" Unicode character block.
VerifyError - Error in java.lang
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for error java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
version() - Method in class java.util.UUID
The version number associated with this UUID.
VERTICAL_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Vertical Forms" Unicode character block.
VertWS() - Constructor for class java.util.regex.Pattern.VertWS
 
VIRGIN - Static variable in class java.util.TimerTask
This task has not yet been scheduled.
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VirtualMachineError(String, Throwable) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message and cause.
VirtualMachineError(Throwable) - Constructor for error java.lang.VirtualMachineError
Constructs an a VirtualMachineError with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
VM_SUPPORTS_LONG_CAS - Static variable in class java.util.concurrent.atomic.AtomicLong
Records whether the underlying JVM supports lockless compareAndSwap for longs.
vmAllowSuspension - Variable in class java.lang.ThreadGroup
 
Void - Class in java.lang
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
VOLATILE - Static variable in class java.lang.reflect.Modifier
The int value representing the volatile modifier.

W

wait(long) - Method in class java.lang.Object
Causes the current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
waiter - Variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
WAITER - Static variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
waiter - Variable in class java.util.concurrent.SynchronousQueue.TransferQueue.QNode
 
waiter - Variable in class java.util.concurrent.SynchronousQueue.TransferStack.SNode
 
waitFor() - Method in class java.lang.Process
Causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
waitFor(long, TimeUnit) - Method in class java.lang.Process
Causes the current thread to wait, if necessary, until the subprocess represented by this Process object has terminated, or the specified waiting time elapses.
WaitNode() - Constructor for class java.util.concurrent.FutureTask.WaitNode
 
WaitQueue() - Constructor for class java.util.concurrent.SynchronousQueue.WaitQueue
 
waitStatus - Variable in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.Node
Status field, taking on only the values: SIGNAL: The successor of this node is (or will soon be) blocked (via park), so the current node must unpark its successor when it releases or cancels.
waitStatus - Variable in class java.util.concurrent.locks.AbstractQueuedSynchronizer.Node
Status field, taking on only the values: SIGNAL: The successor of this node is (or will soon be) blocked (via park), so the current node must unpark its successor when it releases or cancels.
WALL_TIME - Static variable in class java.util.SimpleTimeZone
Constant for a mode of start or end time specified as wall clock time.
WARNING - Static variable in class java.util.logging.Level
WARNING is a message level indicating a potential problem.
warning(String) - Method in class java.util.logging.Logger
Log a WARNING message.
warning(Supplier<String>) - Method in class java.util.logging.Logger
Log a WARNING message, which is only to be constructed if the logging level is such that the message will actually be logged.
WeakClassKey(Class<?>, ReferenceQueue<Class<?>>) - Constructor for class java.io.ObjectStreamClass.WeakClassKey
Create a new WeakClassKey to the given object, registered with a queue.
WeakClassKey(Class<?>, ReferenceQueue<Class<?>>) - Constructor for class java.lang.Thread.WeakClassKey
Create a new WeakClassKey to the given object, registered with a queue.
weakCompareAndSet(boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicBoolean
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(T, int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
weakCompareAndSet(long, long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, long, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(T, long, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
weakCompareAndSet(V, V, boolean, boolean) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Atomically sets the value of both the reference and mark to the given update values if the current reference is == to the expected reference and the current mark is equal to the expected mark.
weakCompareAndSet(V, V) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically sets the value to the given updated value if the current value == the expected value.
weakCompareAndSet(int, E, E) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically sets the element at position i to the given updated value if the current value == the expected value.
weakCompareAndSet(T, V, V) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically sets the field of the given object managed by this updater to the given updated value if the current value == the expected value.
weakCompareAndSet(V, V, int, int) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Atomically sets the value of both the reference and stamp to the given update values if the current reference is == to the expected reference and the current stamp is equal to the expected stamp.
WeakHashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface, with weak keys.
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor (0.75).
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity (16) and load factor (0.75).
WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.WeakHashMap
Constructs a new WeakHashMap with the same mappings as the specified map.
WeakHashMap.EntrySpliterator<K,V> - Class in java.util
 
WeakHashMap.KeySpliterator<K,V> - Class in java.util
 
WeakHashMap.ValueSpliterator<K,V> - Class in java.util
 
WeakHashMap.WeakHashMapSpliterator<K,V> - Class in java.util
Similar form as other hash Spliterators, but skips dead elements.
WeakHashMapSpliterator(WeakHashMap<K, V>, int, int, int, int) - Constructor for class java.util.WeakHashMap.WeakHashMapSpliterator
 
WeakReference<T> - Class in java.lang.ref
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
WeakReference(T) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object and is registered with the given queue.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_MONTH_MASK - Static variable in class java.util.Calendar
 
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
WEEK_OF_YEAR_MASK - Static variable in class java.util.Calendar
 
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
WildcardType - Interface in java.lang.reflect
WildcardType represents a wildcard type expression, such as ?, ? extends Number, or ? super Integer.
withInitial(Supplier<? extends S>) - Static method in class java.lang.ThreadLocal
Creates a thread local variable.
WORD - Static variable in class java.util.regex.ASCII
 
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class java.io.BufferedWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.BufferedWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.BufferedWriter
Writes a portion of a String.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(char[], int, int) - Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(String, int, int) - Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.FilterWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.FilterWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.FilterWriter
Writes a portion of a string.
write(int) - Method in interface java.io.ObjectOutput
Writes a byte.
write(byte[]) - Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Deprecated.
This method does not write the values contained by this PutField object in a proper format, and may result in corruption of the serialization stream. The correct way to write PutField data is by calling the ObjectOutputStream.writeFields() method.
write(int) - Method in class java.io.ObjectOutputStream
Writes a byte.
write(byte[]) - Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of a string.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped output stream.
write(char[], int, int) - Method in class java.io.PipedWriter
Writes len characters from the specified character array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PrintStream
Writes the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Writes len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.PrintWriter
Writes A Portion of an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Writes an array of characters.
write(String, int, int) - Method in class java.io.PrintWriter
Writes a portion of a string.
write(String) - Method in class java.io.PrintWriter
Writes a string.
write(int) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(String) - Method in class java.io.StringWriter
Write a string.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
write(int) - Method in class java.io.Writer
Writes a single character.
write(char[]) - Method in class java.io.Writer
Writes an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Writes a portion of an array of characters.
write(String) - Method in class java.io.Writer
Writes a string.
write(String, int, int) - Method in class java.io.Writer
Writes a portion of a string.
write(int) - Method in class java.lang.ProcessBuilder.NullOutputStream
 
write(int) - Method in class java.net.SocketOutputStream
Writes a byte to the socket.
write(byte[]) - Method in class java.net.SocketOutputStream
Writes the contents of the buffer b to the socket.
write(byte[], int, int) - Method in class java.net.SocketOutputStream
Writes length bytes from buffer b starting at offset len.
write(int) - Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(byte[], int, int) - Method in class java.util.zip.CheckedOutputStream
Writes an array of bytes.
write(int) - Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class java.util.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(int) - Method in class java.util.zip.InflaterOutputStream
Writes a byte to the uncompressed output stream.
write(byte[], int, int) - Method in class java.util.zip.InflaterOutputStream
Writes an array of bytes to the uncompressed output stream.
write(byte[], int, int) - Method in class java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
WRITE_FAILURE - Static variable in class java.util.logging.ErrorManager
WRITE_FAILURE is used when a write to an output stream fails.
WriteAbortedException - Exception in java.io
Signals that one of the ObjectStreamExceptions was thrown during a write operation.
WriteAbortedException(String, Exception) - Constructor for exception java.io.WriteAbortedException
Constructs a WriteAbortedException with a string describing the exception and the exception causing the abort.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeBytes(String) - Method in interface java.io.DataOutput
Writes a string to the output stream.
writeBytes(String) - Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeClassDescriptor(ObjectStreamClass) - Method in class java.io.ObjectOutputStream
Write the specified class descriptor to the ObjectOutputStream.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFields() - Method in class java.io.ObjectOutputStream
Write the buffered fields to the stream.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
Returns the lock used for writing.
writeLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
 
WriteLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
Constructor for use by subclasses
*
writeLong(long) - Method in interface java.io.DataOutput
Writes a long value, which is comprised of eight bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long) - Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeNonProxy(ObjectOutputStream) - Method in class java.io.ObjectStreamClass
Writes non-proxy class descriptor information to given output stream.
writeObject(Object) - Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object) - Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writeObjectOverride(Object) - Method in class java.io.ObjectOutputStream
Method used by subclasses to override the default writeObject method.
writer() - Method in class java.io.Console
Retrieves the unique PrintWriter object associated with this console.
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the given object.
WRITER - Static variable in class java.util.concurrent.ConcurrentHashMap.TreeBin
 
writeReplace() - Method in class java.util.EnumSet
 
writerShouldBlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.FairSync
 
writerShouldBlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.NonfairSync
 
writerShouldBlock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.Sync
Returns true if the current thread, when trying to acquire the write lock, and otherwise eligible to do so, should block because of policy for overtaking other waiting threads.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeSide - Variable in class java.io.PipedInputStream
 
writeSide - Variable in class java.io.PipedReader
 
writeStreamHeader() - Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeTypeString(String) - Method in class java.io.ObjectOutputStream
Writes string without allowing it to be replaced in stream.
writeUnshared(Object) - Method in class java.io.ObjectOutputStream
Writes an "unshared" object to the ObjectOutputStream.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the modified UTF-8 representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using modified UTF-8 encoding in a machine-independent manner.
writeUTF(String, DataOutput) - Static method in class java.io.DataOutputStream
Writes a string to the specified DataOutput using modified UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.ObjectOutputStream
Primitive data write of this String in modified UTF-8 format.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using modified UTF-8 encoding in a machine-independent manner.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.

X

x(long, long, long) - Static method in enum java.util.concurrent.TimeUnit
Scale d by m, checking for overflow.
XDIGIT - Static variable in class java.util.regex.ASCII
 
XMLFormatter - Class in java.util.logging
Format a LogRecord into a standard XML format.
XMLFormatter() - Constructor for class java.util.logging.XMLFormatter
 
XmlSupport - Class in java.util.prefs
XML Support for java.util.prefs.
XmlSupport() - Constructor for class java.util.prefs.XmlSupport
 
xor(BitSet) - Method in class java.util.BitSet
Performs a logical XOR of this bit set with the bit set argument.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
YEAR_MASK - Static variable in class java.util.Calendar
 
yes - Variable in class java.util.regex.Pattern.Conditional
 
YI_RADICALS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Yi Radicals" Unicode character block.
YI_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Yi Syllables" Unicode character block.
yield() - Static method in class java.lang.Thread
A hint to the scheduler that the current thread is willing to yield its current use of a processor.
YIJING_HEXAGRAM_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Yijing Hexagram Symbols" Unicode character block.

Z

zeroLengthArray(Class<T>) - Static method in class java.util.Collections
 
ZipConstants - Interface in java.util.zip
 
ZipEntry - Class in java.util.zip
This class is used to represent a ZIP file entry.
ZipEntry(String) - Constructor for class java.util.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class java.util.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipEntry() - Constructor for class java.util.zip.ZipEntry
Creates a new un-initialized zip entry
ZipError - Error in java.util.zip
Signals that an unrecoverable error has occurred.
ZipError(String) - Constructor for error java.util.zip.ZipError
Constructs a ZipError with the given detail message.
ZipException - Exception in java.util.zip
Signals that a Zip exception of some sort has occurred.
ZipException() - Constructor for exception java.util.zip.ZipException
Constructs a ZipException with null as its error detail message.
ZipException(String) - Constructor for exception java.util.zip.ZipException
Constructs a ZipException with the specified detail message.
ZipFile - Class in java.util.zip
This class is used to read entries from a zip file.
ZipFile(String) - Constructor for class java.util.zip.ZipFile
Opens a zip file for reading.
ZipFile(File, int) - Constructor for class java.util.zip.ZipFile
Opens a new ZipFile to read from the specified File object in the specified mode.
ZipFile(File) - Constructor for class java.util.zip.ZipFile
Opens a ZIP file for reading given the specified File object.
ZipFile(File, int, Charset) - Constructor for class java.util.zip.ZipFile
Opens a new ZipFile to read from the specified File object in the specified mode.
ZipFile(String, Charset) - Constructor for class java.util.zip.ZipFile
Opens a zip file for reading.
ZipFile(File, Charset) - Constructor for class java.util.zip.ZipFile
Opens a ZIP file for reading given the specified File object.
ZipInputStream - Class in java.util.zip
This class implements an input stream filter for reading files in the ZIP file format.
ZipInputStream(InputStream) - Constructor for class java.util.zip.ZipInputStream
Creates a new ZIP input stream.
ZipInputStream(InputStream, Charset) - Constructor for class java.util.zip.ZipInputStream
Creates a new ZIP input stream.
ZipOutputStream - Class in java.util.zip
This class implements an output stream filter for writing files in the ZIP file format.
ZipOutputStream(OutputStream) - Constructor for class java.util.zip.ZipOutputStream
Creates a new ZIP output stream.
ZipOutputStream(OutputStream, Charset) - Constructor for class java.util.zip.ZipOutputStream
Creates a new ZIP output stream.
ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
ZONE_OFFSET_MASK - Static variable in class java.util.Calendar
 
ZStreamRef - Class in java.util.zip
A reference to the native zlib's z_stream structure.
ZStreamRef(long) - Constructor for class java.util.zip.ZStreamRef
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links